]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: set PWD when executing 'go test' in an alternate GOPATH
authorBryan C. Mills <bcmills@google.com>
Fri, 1 Mar 2019 13:40:40 +0000 (08:40 -0500)
committerBryan C. Mills <bcmills@google.com>
Fri, 1 Mar 2019 18:35:31 +0000 (18:35 +0000)
commitee6bec958dcb701a3cfc46d85ad51d7dc97e5c1f
treebb89ece89fb76532eca0de4c7cfc2ada293c2c9e
parent820ad17303e42665fbe9d38d79f07ed218e86302
misc/cgo/test: set PWD when executing 'go test' in an alternate GOPATH

That makes the test more friendly to the Android exec script, since it
won't have to evaluate symlinks to find the directory.

Change-Id: I06aae3224d489eed6d7fac7e462361f3bf1dd3da
Reviewed-on: https://go-review.googlesource.com/c/164624
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Elias Naur <mail@eliasnaur.com>
misc/cgo/test/pkg_test.go