]> Cypherpunks.ru repositories - gostls13.git/commitdiff
[dev.cc] build: skip API checks on Windows too (not just Unix)
authorRuss Cox <rsc@golang.org>
Fri, 21 Nov 2014 05:21:49 +0000 (00:21 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 21 Nov 2014 05:21:49 +0000 (00:21 -0500)
TBR=brainman
CC=golang-codereviews
https://golang.org/cl/175490043

src/run.bat

index 14c1b45fdad40a09fd2bdd837c9c41db603ddee8..efa97662f875466be70b8cd965a6f58984fb6300 100644 (file)
@@ -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