]> Cypherpunks repositories - gostls13.git/commitdiff
all.bat: report error code back to the gobuilder
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 10 Feb 2012 05:29:50 +0000 (16:29 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 10 Feb 2012 05:29:50 +0000 (16:29 +1100)
not sure that it will work, but.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5649051

src/all.bat

index 93e07b578a01cb503fc9c29d42e41f9c8232814d..feaf4e65dfd608626edbf019395199bff47d524d 100644 (file)
@@ -16,3 +16,4 @@ if %GOBUILDFAIL%==1 goto end
 ..\bin\tool\dist banner
 
 :end
+exit %GOBUILDFAIL%