aboutsummaryrefslogtreecommitdiff
path: root/src/race.bash
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.bash
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.bash')
-rwxr-xr-xsrc/race.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/race.bash b/src/race.bash
index e0917369f3..adf2297c2f 100755
--- a/src/race.bash
+++ b/src/race.bash
@@ -41,4 +41,4 @@ if [ ! -f make.bash ]; then
fi
. ./make.bash --no-banner
go install -race std
-go tool dist test -no-rebuild -race
+go tool dist test -race