]> Cypherpunks repositories - gostls13.git/commit
build: disable race detector test in run.bat on windows
authorRuss Cox <rsc@golang.org>
Sun, 16 Feb 2014 01:03:41 +0000 (20:03 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 16 Feb 2014 01:03:41 +0000 (20:03 -0500)
commit9ed095bc593bd8f05b22c901975c14dca20ea7d5
tree8c46f27edcd144b57872b3149d07a23b5d745b81
parent1a3ee6794c007c0a6c9481cdb26ed50e93f2697d
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://golang.org/cl/64480043
src/run.bash
src/run.bat