]> Cypherpunks repositories - gostls13.git/commitdiff
bikeshed: only output bug when we have a regression
authorKai Backman <kaib@golang.org>
Tue, 3 Aug 2010 20:09:16 +0000 (13:09 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 3 Aug 2010 20:09:16 +0000 (13:09 -0700)
R=rsc
CC=golang-dev
https://golang.org/cl/1897046

test/run

index b01bdca2deb5ec1966e4bd2b92221c2c2556ddbc..6d02c918426d23a85d6f0b315a0efae2199a730d 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -71,6 +71,10 @@ do
                        cat $TMP1FILE
                        if grep -q '^BUG' $TMP1FILE
                        then
+                               if [ $dir != bugs ]
+                               then
+                                       echo >&2 bug: $i
+                               fi
                                echo "# $i      # fail, BUG" >>pass.out
                        else
                                echo $i >>pass.out