From: Russ Cox Date: Fri, 21 Nov 2014 05:21:49 +0000 (-0500) Subject: [dev.cc] build: skip API checks on Windows too (not just Unix) X-Git-Tag: go1.5beta1~2688^2~19 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ce3e8e4edcb2288ae06cd3892c88a4afe2a0a746;p=gostls13.git [dev.cc] build: skip API checks on Windows too (not just Unix) TBR=brainman CC=golang-codereviews https://golang.org/cl/175490043 --- diff --git a/src/run.bat b/src/run.bat index 14c1b45fda..efa97662f8 100644 --- a/src/run.bat +++ b/src/run.bat @@ -134,9 +134,11 @@ if %FAIL%==1 goto fail set GOMAXPROCS=%OLDGOMAXPROCS% set OLDGOMAXPROCS= -echo # Checking API compatibility. -go run "%GOROOT%\src\cmd\api\run.go" -if errorlevel 1 goto fail +:: echo # Checking API compatibility. +:: go run "%GOROOT%\src\cmd\api\run.go" +:: if errorlevel 1 goto fail +:: echo. +echo # SKIPPING API COMPATIBILITY UNTIL ALL SYSTEMS BUILD. echo. echo ALL TESTS PASSED