From 369a3ff3fd7cce8c11b472891fb63a1806443dbc Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Sat, 12 Jul 2014 15:18:36 +1000 Subject: [PATCH] make.bat: return exit code to dashboard builder Fixes #7806. LGTM=minux R=golang-codereviews, minux CC=golang-codereviews https://golang.org/cl/104690043 --- src/make.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/src/make.bat b/src/make.bat index 23b799e364..22c0b0bf83 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% -- 2.48.1