1
0
mirror of https://github.com/golang/go synced 2024-11-12 06:30:21 -07:00

all.bat: report error code back to the gobuilder

not sure that it will work, but.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5649051
This commit is contained in:
Alex Brainman 2012-02-10 16:29:50 +11:00
parent 08e11187e6
commit 62b328ed19

View File

@ -16,3 +16,4 @@ if %GOBUILDFAIL%==1 goto end
..\bin\tool\dist banner
:end
exit %GOBUILDFAIL%