1
0
mirror of https://github.com/golang/go synced 2024-11-20 05:04:43 -07:00

make.bat: return exit code to dashboard builder

Fixes #7806.

LGTM=minux
R=golang-codereviews, minux
CC=golang-codereviews
https://golang.org/cl/104690043
This commit is contained in:
Alex Brainman 2014-07-12 15:18:36 +10:00
parent e1821692ca
commit 369a3ff3fd

View File

@ -117,3 +117,4 @@ goto end
set GOBUILDFAIL=1
:end
if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%