aboutsummaryrefslogtreecommitdiff
path: root/src/run.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/run.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/run.bat')
-rw-r--r--src/run.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bat b/src/run.bat
index 495711102e..01a66bc574 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -37,7 +37,7 @@ call env.bat
del env.bat
echo.
-go tool dist test --no-rebuild
+go tool dist test
if errorlevel 1 goto fail
echo.