[Python-checkins] commit of r41888 - python/trunk/Misc/build.sh

neal.norwitz python-checkins at python.org
Tue Jan 3 03:18:01 CET 2006


Author: neal.norwitz
Date: Tue Jan  3 03:18:01 2006
New Revision: 41888

Modified:
   python/trunk/Misc/build.sh
Log:
Dammit, who the hell spells build with ii?
Thanks to Tony Meyer for spotting my boo-boo.



Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh	(original)
+++ python/trunk/Misc/build.sh	Tue Jan  3 03:18:01 2006
@@ -143,7 +143,7 @@
             NUM_FAILURES=`grep -ic fail build/$F`
             update_status "Testing basics ($NUM_FAILURES failures)" "$F" $start
             ## FIXME: should mail since -uall below should find same problems
-            mail_on_failure "basics" buiild/$F
+            mail_on_failure "basics" build/$F
 
             ## run the tests looking for leaks
             F=make-test-refleak.out


More information about the Python-checkins mailing list