]> Cypherpunks repositories - gostls13.git/commit
cmd/go: check MustHaveExternalNetwork before `go get` tests
authorIan Lance Taylor <iant@golang.org>
Thu, 1 Dec 2016 22:27:06 +0000 (14:27 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 1 Dec 2016 23:42:04 +0000 (23:42 +0000)
commitfd483b6f62d3d7af915d71df6e654e5edcbc188c
tree3314e3f6c609e5d290f8f5cefdcbe9ac1f354948
parente3a1d0cb7c9e68d60b207a683e5f3ba23e62cb91
cmd/go: check MustHaveExternalNetwork before `go get` tests

Also change a couple of `go get` tests to use MustHaveExternalNetwork
rather than checking testing.Short.

Change-Id: I98ccc05b8b0354f1b7486e28dac5f8341c342a07
Reviewed-on: https://go-review.googlesource.com/33802
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/go_test.go