Commit 1a5cf867 authored by Alex Brainman's avatar Alex Brainman

run.bat: do not run misc\cgo\stdio test on windows (fix build)

It is enabled by mistake and should be part of CL 5847068 instead.

R=golang-dev
CC=golang-dev, minux.ma
https://golang.org/cl/6488073
parent 88ba4de1
...@@ -70,10 +70,11 @@ go run %GOROOT%\test\run.go - ..\misc\cgo\life ...@@ -70,10 +70,11 @@ go run %GOROOT%\test\run.go - ..\misc\cgo\life
if errorlevel 1 goto fail if errorlevel 1 goto fail
echo. echo.
echo # ..\misc\cgo\stdio :: TODO ..\misc\cgo\stdio
go run %GOROOT%\test\run.go - ..\misc\cgo\stdio ::echo # ..\misc\cgo\stdio
if errorlevel 1 goto fail ::go run %GOROOT%\test\run.go - ..\misc\cgo\stdio
echo. ::if errorlevel 1 goto fail
::echo.
:: TODO(brainman): disabled, because it fails with: mkdir C:\Users\ADMINI~1\AppData\Local\Temp\2.....\go\misc\cgo\: The filename or extension is too long. :: TODO(brainman): disabled, because it fails with: mkdir C:\Users\ADMINI~1\AppData\Local\Temp\2.....\go\misc\cgo\: The filename or extension is too long.
::echo # ..\misc\cgo\test ::echo # ..\misc\cgo\test
......
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