From: Guido van Rossum Date: Sat, 30 Jun 2007 01:14:33 +0000 (+0000) Subject: Don't retest failing tests -- it takes too long. X-Git-Tag: v3.0a1~741 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ddff70822d4d6d739a659138801e690a78939d7;p=thirdparty%2FPython%2Fcpython.git Don't retest failing tests -- it takes too long. --- diff --git a/runtests.sh b/runtests.sh index ec3155879539..310f8bb8b43a 100755 --- a/runtests.sh +++ b/runtests.sh @@ -54,7 +54,7 @@ do else echo " BAD" echo $T >>BAD - echo "--------- Re-running test in verbose mode ---------" >>OUT/$T.out - $PYTHON Lib/test/regrtest.py -v $UFLAG $T >>OUT/$T.out 2>&1 + ##echo "--------- Re-running test in verbose mode ---------" >>OUT/$T.out + ##$PYTHON Lib/test/regrtest.py -v $UFLAG $T >>OUT/$T.out 2>&1 fi done