summaryrefslogtreecommitdiff
path: root/src/make.bat
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2014-07-12 15:18:36 +1000
committerAlex Brainman <alex.brainman@gmail.com>2014-07-12 15:18:36 +1000
commit8d31051a19f69760b83a0cd6cdaa4948cefb368f (patch)
tree0eb7d59ff2a7d2d537771afabbfa9b1fdd526114 /src/make.bat
parentb06c261b9440d99b45d4feb17d7030822fbadc58 (diff)
downloadgo-8d31051a19f69760b83a0cd6cdaa4948cefb368f.tar.gz
make.bat: return exit code to dashboard builder
Fixes issue 7806. LGTM=minux R=golang-codereviews, minux CC=golang-codereviews https://codereview.appspot.com/104690043
Diffstat (limited to 'src/make.bat')
-rw-r--r--src/make.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make.bat b/src/make.bat
index 23b799e36..22c0b0bf8 100644
--- a/src/make.bat
+++ b/src/make.bat
@@ -117,3 +117,4 @@ goto end
set GOBUILDFAIL=1
:end
+if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%