aboutsummaryrefslogtreecommitdiff
path: root/src/run.rc
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/run.rc
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/run.rc')
-rwxr-xr-xsrc/run.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.rc b/src/run.rc
index d0ba866e7d..d314808f3f 100755
--- a/src/run.rc
+++ b/src/run.rc
@@ -10,4 +10,4 @@ eval `{go env}
GOPATH = () # we disallow local import for non-local packages, if $GOROOT happens
# to be under $GOPATH, then some tests below will fail
-exec go tool dist test $*
+exec go tool dist test -rebuild $*