Commit 17ee7818 authored by Rob Pike's avatar Rob Pike

print count of failing tests

SVN=121467
parent aebf31ff
......@@ -38,4 +38,7 @@ if ! diff run.out golden.out
then
failed=1
fi
echo 2>&1 $(grep -c '^BUG' run.out) tests are failing incorrectly
exit $failed
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