Commit 21a69666 authored by Neal Norwitz's avatar Neal Norwitz

Dammit, who the hell spells build with ii?

Thanks to Tony Meyer for spotting my boo-boo.
parent f03d829f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment