Commit 0a9a3c12 authored by Russ Cox's avatar Russ Cox

test: fail is for bad exit status only

R=kaib
CC=golang-dev
https://golang.org/cl/1847043
parent d34174cf
......@@ -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
......
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