Commit 8ddff708 authored by Guido van Rossum's avatar Guido van Rossum

Don't retest failing tests -- it takes too long.

parent 7104458c
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment