Commit ce3e8e4e authored by Russ Cox's avatar Russ Cox

[dev.cc] build: skip API checks on Windows too (not just Unix)

TBR=brainman
CC=golang-codereviews
https://golang.org/cl/175490043
parent 841de809
...@@ -134,9 +134,11 @@ if %FAIL%==1 goto fail ...@@ -134,9 +134,11 @@ if %FAIL%==1 goto fail
set GOMAXPROCS=%OLDGOMAXPROCS% set GOMAXPROCS=%OLDGOMAXPROCS%
set OLDGOMAXPROCS= set OLDGOMAXPROCS=
echo # Checking API compatibility. :: echo # Checking API compatibility.
go run "%GOROOT%\src\cmd\api\run.go" :: go run "%GOROOT%\src\cmd\api\run.go"
if errorlevel 1 goto fail :: if errorlevel 1 goto fail
:: echo.
echo # SKIPPING API COMPATIBILITY UNTIL ALL SYSTEMS BUILD.
echo. echo.
echo ALL TESTS PASSED echo ALL TESTS PASSED
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment