summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-07-22 08:54:32 -0700
committerRuss Cox <rsc@golang.org>2010-07-22 08:54:32 -0700
commit6cff622d4522941c39987c5329b3b2c0eb7efc2b (patch)
treeb7d2cea6cf6b21eadab0a5b48851cd2584c4ac44 /test
parent3223d5af9a34f2de0b5ce9369e0ca031f76fb354 (diff)
downloadgo-6cff622d4522941c39987c5329b3b2c0eb7efc2b.tar.gz
test: fail is for bad exit status only
R=kaib CC=golang-dev http://codereview.appspot.com/1847043
Diffstat (limited to 'test')
-rwxr-xr-xtest/run1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/run b/test/run
index 5920e8d99..241e55026 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