1
0
mirror of https://github.com/golang/go synced 2024-11-24 22:57:57 -07:00

run.bat: disable test in test\bench\go1 to fix build

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5848066
This commit is contained in:
Alex Brainman 2012-03-20 14:59:51 +11:00
parent 351213ce92
commit 8521811cde

View File

@ -41,10 +41,11 @@ go build ..\misc\dashboard\builder ..\misc\goplay
if errorlevel 1 goto fail
echo.
echo # ..\test\bench\go1
go test ..\test\bench\go1
if errorlevel 1 goto fail
echo.
:: TODO(brainman): disabled, because it fails with: mkdir C:\Users\ADMINI~1\AppData\Local\Temp\2.....\test\bench\: The filename or extension is too long.
::echo # ..\test\bench\go1
::go test ..\test\bench\go1
::if errorlevel 1 goto fail
::echo.
:: TODO: The other tests in run.bash.