From 17ee7818dee085ca271639803e0e68e7ed1f8cae Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 6 Jun 2008 13:38:16 -0700 Subject: [PATCH] print count of failing tests SVN=121467 --- test/run | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/run b/test/run index 2dba6fc8cb..209e707d52 100755 --- 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 -- 2.48.1