]> Cypherpunks.ru repositories - gostls13.git/commit
build: unset GOPATH before tests
authorShenghou Ma <minux.ma@gmail.com>
Tue, 20 Mar 2012 16:47:27 +0000 (00:47 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Tue, 20 Mar 2012 16:47:27 +0000 (00:47 +0800)
commit23322ab841c2d6192557a9a0cae3ace40bff8c9d
tree629922f0ef6efb83431b58c5a5d40eadf5ca6b96
parent9dbfda5857ca5481135c960ead3e9bce153cc8b6
build: unset GOPATH before tests
This is because we disallow local import for non-local packages, if
GOROOT happens to be under one of GOPATH, then some tests will fail
to build.
Fixes #3337.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5852043
src/run.bash
src/run.bat