]> Cypherpunks repositories - gostls13.git/commitdiff
print count of failing tests
authorRob Pike <r@golang.org>
Fri, 6 Jun 2008 20:38:16 +0000 (13:38 -0700)
committerRob Pike <r@golang.org>
Fri, 6 Jun 2008 20:38:16 +0000 (13:38 -0700)
SVN=121467

test/run

index 2dba6fc8cbe7736c27e3bebd3fb3ee2f13015c58..209e707d525e5195f08a1f20fba1a82ba9bfbfc0 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -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