aboutsummaryrefslogtreecommitdiff
path: root/src/race.bat
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2015-12-20 14:29:20 -0500
committerRuss Cox <rsc@golang.org>2015-12-29 15:20:00 +0000
commitf70f277875a249dd5dace4ec5a320bc8811534e8 (patch)
tree81f90d90e44e900a931698dacac34f6255652197 /src/race.bat
parent6766a293ef1719a4b15f804b177b86e631e1eee5 (diff)
downloadgo-f70f277875a249dd5dace4ec5a320bc8811534e8.tar.gz
go-f70f277875a249dd5dace4ec5a320bc8811534e8.zip
cmd/dist: make test default to --no-rebuild
I'm tired of having to remember it on every command. Rebuilding everything is the wrong default. This CL updates the build script, but the builders may (or may not) need work, depending on whether they rebuild using the test command (I doubt it). Change-Id: I21f202a2f13e73df3f6bd54ae6a317c467b68151 Reviewed-on: https://go-review.googlesource.com/18084 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/race.bat')
-rw-r--r--src/race.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/race.bat b/src/race.bat
index 33db692878..e8df480811 100644
--- a/src/race.bat
+++ b/src/race.bat
@@ -34,7 +34,7 @@ echo # go install -race std
go install -race std
if errorlevel 1 goto fail
-go tool dist test -no-rebuild -race
+go tool dist test -race
if errorlevel 1 goto fail
goto succ