summaryrefslogtreecommitdiff
path: root/runtests.sh
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-06-15 03:33:56 +0000
committerGuido van Rossum <guido@python.org>2007-06-15 03:33:56 +0000
commit39c488ef6f5fd42b31dc260c105b0ec0a2a869a8 (patch)
treea1ba256854473a8fc98aa2dc9bb2751aae1113d9 /runtests.sh
parentda3f3e1091aa5413ae87bc8572a746628fd7931a (diff)
downloadcpython-39c488ef6f5fd42b31dc260c105b0ec0a2a869a8.tar.gz
Fix a typo in the name of an output file.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh
index ddc00b0e9d..ec31558795 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