]> Cypherpunks repositories - gostls13.git/commitdiff
build: break builds
authorRuss Cox <rsc@golang.org>
Mon, 29 Jul 2013 20:52:03 +0000 (16:52 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 29 Jul 2013 20:52:03 +0000 (16:52 -0400)
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

src/run.bash

index 4d8d04bfb30222960711dc99724587eb5203e028..b4f44ffbf1e222fd614a7eac26f3509c7730fe7c 100755 (executable)
@@ -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