diff options
author | Guido van Rossum <guido@python.org> | 2007-06-15 03:33:56 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-06-15 03:33:56 (GMT) |
commit | a092947d26758d39c30c42eb62bdaf02776e7913 (patch) | |
tree | e03318d867d1e6fbcf2e2d06e5bf8c94956c260c /runtests.sh | |
parent | 7611d1d35e5006380c41e060d1ec2723a8465b14 (diff) | |
download | cpython-a092947d26758d39c30c42eb62bdaf02776e7913.zip cpython-a092947d26758d39c30c42eb62bdaf02776e7913.tar.gz cpython-a092947d26758d39c30c42eb62bdaf02776e7913.tar.bz2 |
Fix a typo in the name of an output file.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-x | runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh index ddc00b0..ec31558 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 + 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 |