From: Russ Cox Date: Mon, 29 Jul 2013 20:52:03 +0000 (-0400) Subject: build: break builds X-Git-Tag: go1.2rc2~904 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=46437f0028b2a3332339992c1b5867f039fee06e;p=gostls13.git build: break builds I want to see the timing information in build logs, and we can't see the logs for "ok" builds. So make the build fail everywhere. Will roll back immediately. TBR=dvyukov CC=golang-dev https://golang.org/cl/12058046 --- diff --git a/src/run.bash b/src/run.bash index 4d8d04bfb3..b4f44ffbf1 100755 --- a/src/run.bash +++ b/src/run.bash @@ -185,3 +185,5 @@ go tool api -c $GOROOT/api/go1.txt,$GOROOT/api/go1.1.txt -next $GOROOT/api/next. echo echo ALL TESTS PASSED + +exit 1