From 62b328ed1914f9650675af52156254454b4fc4e5 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Fri, 10 Feb 2012 16:29:50 +1100 Subject: [PATCH] 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 --- src/all.bat | 1 + 1 file changed, 1 insertion(+) 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% -- 2.50.0