]> Cypherpunks.ru repositories - gostls13.git/commitdiff
src/run.bat: add new flag for api tool
authorRob Pike <r@golang.org>
Thu, 4 Oct 2012 01:49:33 +0000 (11:49 +1000)
committerRob Pike <r@golang.org>
Thu, 4 Oct 2012 01:49:33 +0000 (11:49 +1000)
Fixes build.
Makes me annoyed.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6591074

src/run.bat

index ea87d3d806b607d424196464189b88f871ebdcda..67762e1df083ace24cba17921d48e365f05338a6 100644 (file)
@@ -97,7 +97,7 @@ echo.
 if %FAIL%==1 goto fail
 
 echo # Checking API compatibility.
-go tool api -c ..\api\go1.txt -next ..\api\next.txt
+go tool api -c ..\api\go1.txt -next ..\api\next.txt -except ..\api\except.txt
 if errorlevel 1 goto fail
 echo.