]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: make test default to --no-rebuild
authorRuss Cox <rsc@golang.org>
Sun, 20 Dec 2015 19:29:20 +0000 (14:29 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 29 Dec 2015 15:20:00 +0000 (15:20 +0000)
commitf70f277875a249dd5dace4ec5a320bc8811534e8
tree81f90d90e44e900a931698dacac34f6255652197
parent6766a293ef1719a4b15f804b177b86e631e1eee5
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>
src/cmd/dist/test.go
src/race.bash
src/race.bat
src/run.bash
src/run.bat
src/run.rc