Commit d0b913fe authored by Kai Backman's avatar Kai Backman Committed by Russ Cox

bikeshed: only output bug when we have a regression

R=rsc
CC=golang-dev
https://golang.org/cl/1897046
parent 5960f835
...@@ -71,6 +71,10 @@ do ...@@ -71,6 +71,10 @@ do
cat $TMP1FILE cat $TMP1FILE
if grep -q '^BUG' $TMP1FILE if grep -q '^BUG' $TMP1FILE
then then
if [ $dir != bugs ]
then
echo >&2 bug: $i
fi
echo "# $i # fail, BUG" >>pass.out echo "# $i # fail, BUG" >>pass.out
else else
echo $i >>pass.out echo $i >>pass.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