Fix a typo in the name of an output file.

This commit is contained in:
Guido van Rossum 2007-06-15 03:33:56 +00:00
parent 7611d1d35e
commit a092947d26
1 changed files with 1 additions and 1 deletions

View File

@ -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