Commit a092947d authored by Guido van Rossum's avatar Guido van Rossum

Fix a typo in the name of an output file.

parent 7611d1d3
......@@ -54,7 +54,7 @@ do
else
echo " BAD"
echo $T >>BAD
echo "---------- Re-running test in verbose mode ----------" >>OUT/$T
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