From 46437f0028b2a3332339992c1b5867f039fee06e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 29 Jul 2013 16:52:03 -0400 Subject: [PATCH] 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 --- src/run.bash | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.48.1