From: Russ Cox Date: Thu, 22 Jul 2010 15:54:32 +0000 (-0700) Subject: test: fail is for bad exit status only X-Git-Tag: weekly.2010-07-29~50 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0a9a3c128f0c0be026433f7b129d8192f001a154;p=gostls13.git test: fail is for bad exit status only R=kaib CC=golang-dev https://golang.org/cl/1847043 --- diff --git a/test/run b/test/run index 5920e8d994..241e550263 100755 --- a/test/run +++ b/test/run @@ -71,7 +71,6 @@ do cat $TMP1FILE if grep -q '^BUG' $TMP1FILE then - echo >&2 fail: $i echo "# $i # fail, BUG" >>pass.out else echo $i >>pass.out