]> granicus.if.org Git - python/commitdiff
Dammit, who the hell spells build with ii?
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 3 Jan 2006 02:18:01 +0000 (02:18 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 3 Jan 2006 02:18:01 +0000 (02:18 +0000)
Thanks to Tony Meyer for spotting my boo-boo.

Misc/build.sh

index 8db5529215b8dd81fbb0d1573e3b69effc970689..f9d8f653b39ef087097c9cd1d6fe61cda98727cc 100755 (executable)
@@ -143,7 +143,7 @@ if [ $err = 0 ]; then
             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