]> Cypherpunks repositories - gostls13.git/commit
cmd/go: run test binaries in original environment
authorRuss Cox <rsc@golang.org>
Tue, 11 Aug 2015 14:35:30 +0000 (10:35 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 11 Aug 2015 20:46:22 +0000 (20:46 +0000)
commit58035ec8ee68b288d9a0680919e2f4e4a9f28824
tree654bb69a1c46b3c746c842cd9f03ddbbe3ef6204
parent28fb0d802380391044650e36f186c27302d6f578
cmd/go: run test binaries in original environment

Fixes #12096.
Followup to CL 12483, which fixed #11709 and #11449.

Change-Id: I9031ea36cc60685f4d6f65c39f770c89b3e3395a
Reviewed-on: https://go-review.googlesource.com/13449
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/build.go
src/cmd/go/go_test.go
src/cmd/go/main.go
src/cmd/go/test.go
src/cmd/go/vcs.go