mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Dammit, who the hell spells build with ii?
Thanks to Tony Meyer for spotting my boo-boo.
This commit is contained in:
parent
36cbdf9596
commit
02c408d580
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue