summaryrefslogtreecommitdiff
path: root/src/all.bat
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2012-02-10 16:29:50 +1100
committerAlex Brainman <alex.brainman@gmail.com>2012-02-10 16:29:50 +1100
commitf3a5479f3babd86806be9cd72adf498ce3059361 (patch)
treeb51bb9b85fc7767b236f6f3c1ba5ee4af4e8ea01 /src/all.bat
parenta272a384b500aeadd1a2c8bc1c50e47431f76634 (diff)
downloadgo-f3a5479f3babd86806be9cd72adf498ce3059361.tar.gz
all.bat: report error code back to the gobuilder
not sure that it will work, but. R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5649051
Diffstat (limited to 'src/all.bat')
-rw-r--r--src/all.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/all.bat b/src/all.bat
index 93e07b578..feaf4e65d 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%