]> Cypherpunks repositories - gostls13.git/commit
cmd/go: use internal/testenv instead of computing canRun and skipExternal ad-hoc
authorBryan C. Mills <bcmills@google.com>
Wed, 28 Oct 2020 14:44:24 +0000 (10:44 -0400)
committerBryan C. Mills <bcmills@google.com>
Wed, 28 Oct 2020 19:37:03 +0000 (19:37 +0000)
commit07d206f7698f4d45544a2f9b6051ede594ba04cc
tree4b11517b805b51dc36bb2b03117f76feda39d1e1
parent87d59bcdc354b035e17a1dadbfc4883bbcac5bf8
cmd/go: use internal/testenv instead of computing canRun and skipExternal ad-hoc

Fixes #42223

Change-Id: Icf9bb61d48f0a6c7fd6f74e80e333a4837aa52ab
Reviewed-on: https://go-review.googlesource.com/c/go/+/265781
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go
src/cmd/go/script_test.go
src/internal/testenv/testenv.go