commit | a0a17e24d76dbf0cc367d81df2bee179cbc73f90 | [log] [tgz] |
---|---|---|
author | Feng Xiao <xfxyjwf@gmail.com> | Thu Aug 23 15:35:52 2018 -0700 |
committer | Feng Xiao <xfxyjwf@gmail.com> | Thu Aug 23 15:35:52 2018 -0700 |
tree | 5e7979bb8f5939aa1f68f328fafaf2d2beb6d836 | |
parent | 409f95467351d7403578d529753a09bb0679b5b0 [diff] |
Fix go tests.
diff --git a/tests.sh b/tests.sh index 1e24177..4953413 100755 --- a/tests.sh +++ b/tests.sh
@@ -105,7 +105,7 @@ export PATH="`pwd`/src:$PATH" export GOPATH="$HOME/gocode" - mkdir -p "$GOPATH/src/github.com/google" + mkdir -p "$GOPATH/src/github.com/protocolbuffers" rm -f "$GOPATH/src/github.com/protocolbuffers/protobuf" ln -s "`pwd`" "$GOPATH/src/github.com/protocolbuffers/protobuf" export PATH="$GOPATH/bin:$PATH"