Commit 72f2b56a authored by Alex Brainman's avatar Alex Brainman

run.bat: use double-colon to comment text

LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://golang.org/cl/64980043
parent 13d85668
...@@ -52,10 +52,10 @@ go test sync -short -timeout=120s -cpu=10 ...@@ -52,10 +52,10 @@ go test sync -short -timeout=120s -cpu=10
if errorlevel 1 goto fail if errorlevel 1 goto fail
echo. echo.
# Race detector only supported on Linux and OS X, :: Race detector only supported on Linux and OS X,
# and only on amd64, and only when cgo is enabled. :: and only on amd64, and only when cgo is enabled.
# Disabled due to golang.org/issue/7334; remove XXX below :: Disabled due to golang.org/issue/7334; remove XXX below
# and in run.bash to reenable. :: and in run.bash to reenable.
if not "%GOHOSTOS%-%GOOS%-%GOARCH%-%CGO_ENABLED%" == "XXXwindows-windows-amd64-1" goto norace if not "%GOHOSTOS%-%GOOS%-%GOARCH%-%CGO_ENABLED%" == "XXXwindows-windows-amd64-1" goto norace
echo # Testing race detector. echo # Testing race detector.
go test -race -i runtime/race flag go test -race -i runtime/race flag
......
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