From: Guido van Rossum Date: Fri, 15 Jun 2007 03:33:56 +0000 (+0000) Subject: Fix a typo in the name of an output file. X-Git-Tag: v3.0a1~756 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a092947d26758d39c30c42eb62bdaf02776e7913;p=python Fix a typo in the name of an output file. --- 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