[Python-3000-checkins] r55986 - python/branches/py3k-struni/runtests.sh

guido.van.rossum python-3000-checkins at python.org
Fri Jun 15 05:34:11 CEST 2007


Author: guido.van.rossum
Date: Fri Jun 15 05:33:56 2007
New Revision: 55986

Modified:
   python/branches/py3k-struni/runtests.sh
Log:
Fix a typo in the name of an output file.


Modified: python/branches/py3k-struni/runtests.sh
==============================================================================
--- python/branches/py3k-struni/runtests.sh	(original)
+++ python/branches/py3k-struni/runtests.sh	Fri Jun 15 05:33:56 2007
@@ -54,7 +54,7 @@
     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


More information about the Python-3000-checkins mailing list