]> Cypherpunks repositories - gostls13.git/commit
cmd/go: don't run TestInstalls in short mode
authorIan Lance Taylor <iant@golang.org>
Mon, 20 Jul 2015 01:20:06 +0000 (18:20 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 20 Jul 2015 03:27:22 +0000 (03:27 +0000)
commitf35868a49a6b337806faf49824c6dba1870c2649
tree97b6a2fd025ff4a4051c8f6bd014887b56c8d571
parentf7e7719f653b91cf84ed80c03dd4a17e0558b5eb
cmd/go: don't run TestInstalls in short mode

It changes GOROOT, so we shouldn't run it in short mode.  Also, it's
fairly slow.

Update #11779.

Change-Id: I3d3344954cf9b2ac70070c878a67cb65ac8fd85c
Reviewed-on: https://go-review.googlesource.com/12364
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/go/go_test.go