From: Alex Brainman Date: Fri, 10 Feb 2012 05:29:50 +0000 (+1100) Subject: all.bat: report error code back to the gobuilder X-Git-Tag: weekly.2012-02-14~149 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=62b328ed1914f9650675af52156254454b4fc4e5;p=gostls13.git 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 --- diff --git a/src/all.bat b/src/all.bat index 93e07b578a..feaf4e65df 100644 --- a/src/all.bat +++ b/src/all.bat @@ -16,3 +16,4 @@ if %GOBUILDFAIL%==1 goto end ..\bin\tool\dist banner :end +exit %GOBUILDFAIL%