summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2013-07-29 16:52:03 -0400
committerRuss Cox <rsc@golang.org>2013-07-29 16:52:03 -0400
commit20b149f874dccf81185a18e38cb8de032e9b2118 (patch)
tree27f6eb3a2c062f054da372f2ba229af66d263b32 /src/run.bash
parentc669d6e9c798d195e6bcd99c66deab791d68d5d1 (diff)
downloadgo-20b149f874dccf81185a18e38cb8de032e9b2118.tar.gz
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://codereview.appspot.com/12058046
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash
index 4d8d04bfb..b4f44ffbf 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