mirror of
https://github.com/golang/go
synced 2024-11-21 23:14:40 -07:00
test: actually run them on windows
R=golang-dev, r, rsc, bradfitz, minux.ma CC=golang-dev https://golang.org/cl/5756065
This commit is contained in:
parent
0238cec021
commit
7c128493a4
@ -39,11 +39,13 @@ echo.
|
||||
:: TODO: The other tests in run.bash.
|
||||
|
||||
echo # test
|
||||
cd test
|
||||
cd ..\test
|
||||
set FAIL=0
|
||||
go run run.go
|
||||
cd ..
|
||||
if errorlevel 1 goto fail
|
||||
if errorlevel 1 set FAIL=1
|
||||
cd ..\src
|
||||
echo.
|
||||
if %FAIL%==1 goto fail
|
||||
|
||||
echo ALL TESTS PASSED
|
||||
goto end
|
||||
|
Loading…
Reference in New Issue
Block a user