From fdb69cb0a32c6eb0a2ff8f4fdce170b982faf26e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 29 Jul 2013 16:52:40 -0400 Subject: [PATCH] build: fix build As promised. TBR=dvyukov CC=golang-dev https://golang.org/cl/12063043 --- src/run.bash | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/run.bash b/src/run.bash index b4f44ffbf1..4d8d04bfb3 100755 --- a/src/run.bash +++ b/src/run.bash @@ -185,5 +185,3 @@ go tool api -c $GOROOT/api/go1.txt,$GOROOT/api/go1.1.txt -next $GOROOT/api/next. echo echo ALL TESTS PASSED - -exit 1 -- 2.48.1