runtests 2.6 typo

This commit is contained in:
rocky
2020-01-13 12:56:25 -05:00
parent 84fe813f0a
commit b8413d2c23
2 changed files with 5 additions and 1 deletions

View File

@@ -15,8 +15,12 @@ SKIP_TESTS=(
[test_re.py]=1 # probably control flow, uninitialized variable
[test_queue.py]=1 # Investigate whether we caused this recently
<<<<<<< Updated upstream
[test test_select.py]=1 # test takes too long to run: 11 seconds
[test_support.py]=1 #
=======
[test_select.py]=1 # test takes too long to run: 11 seconds
>>>>>>> Stashed changes
[test_socket.py]=1 # test takes too long to run: 12 seconds
[test_sys.py]=1 # test assertion failures
[test_trace.py]=1 # Line numbers are expected to be different

View File

@@ -89,7 +89,7 @@ case $PYVERSION in
)
;;
2.6)
. ./3.3-exclude.sh
. ./2.6-exclude.sh
if (( batch )) ; then
# Fails in crontab environment?
# Figure out what's up here