summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-02-15 20:03:41 -0500
committerRuss Cox <rsc@golang.org>2014-02-15 20:03:41 -0500
commit64a6e3440bf56b7c8baa19ef1594d6c7d9864b2b (patch)
treeb8857e40d2a14db2f4a8a41cf9f193bec44ee533 /src/run.bash
parentd378f86d75dd2d649e456ccc4039ed87f1a7ae64 (diff)
downloadgo-64a6e3440bf56b7c8baa19ef1594d6c7d9864b2b.tar.gz
build: disable race detector test in run.bat on windows
CL 64170043 disabled it in run.bash for Unix systems. I did not realize Windows systems also ran the race detector test. TBR=iant CC=golang-codereviews https://codereview.appspot.com/64480043
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index c67c764ec..425224779 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -57,7 +57,8 @@ go test sync -short -timeout=$(expr 120 \* $timeout_scale)s -cpu=10
# Race detector only supported on Linux and OS X,
# and only on amd64, and only when cgo is enabled.
-# Disabled due to golang.org/issue/7334; remove XXX below to reenable.
+# Disabled due to golang.org/issue/7334; remove XXX below
+# and in run.bat to reenable.
case "$GOHOSTOS-$GOOS-$GOARCH-$CGO_ENABLED" in
XXXlinux-linux-amd64-1 | XXXdarwin-darwin-amd64-1)
echo