mirror of
https://github.com/golang/go
synced 2024-11-18 10:04:43 -07: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:
parent
c7d5c438a2
commit
46437f0028
@ -185,3 +185,5 @@ go tool api -c $GOROOT/api/go1.txt,$GOROOT/api/go1.1.txt -next $GOROOT/api/next.
|
|||||||
|
|
||||||
echo
|
echo
|
||||||
echo ALL TESTS PASSED
|
echo ALL TESTS PASSED
|
||||||
|
|
||||||
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user