1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:18:32 -06:00

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
This commit is contained in:
Russ Cox 2013-07-29 16:52:03 -04:00
parent c7d5c438a2
commit 46437f0028

View File

@ -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