]> Cypherpunks repositories - gostls13.git/commit
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)
commit46437f0028b2a3332339992c1b5867f039fee06e
tree091fbb45d0f673342afba1f64d8a956b5e84fa6a
parentc7d5c438a2bd6bad779cc535d11466bb93cc08e3
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