]> Cypherpunks repositories - gostls13.git/commit
cmd/go: skip TestGoInstallErrorOnCrossCompileToBin in short mode
authorIan Lance Taylor <iant@golang.org>
Tue, 21 Jul 2015 18:17:08 +0000 (11:17 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 21 Jul 2015 19:31:54 +0000 (19:31 +0000)
commit72921c663d7df47bfc9b78766366dbfaa55a0915
tree36c2d742b4330ddca83ff47738fd284e55cfd6a1
parent2e38b3511afd32a6e9cbb97e01da411495427259
cmd/go: skip TestGoInstallErrorOnCrossCompileToBin in short mode

That test will install cmd/pack for linux_386; we don't want to change
GOROOT in short mode.

Change-Id: I4b00c578a99779a13c558208bfd4115f8f0513fa
Reviewed-on: https://go-review.googlesource.com/12481
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/go_test.go