aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-08-23 15:35:52 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2018-08-23 15:35:52 -0700
commita0a17e24d76dbf0cc367d81df2bee179cbc73f90 (patch)
tree5e7979bb8f5939aa1f68f328fafaf2d2beb6d836 /tests.sh
parent409f95467351d7403578d529753a09bb0679b5b0 (diff)
downloadprotobuf-a0a17e24d76dbf0cc367d81df2bee179cbc73f90.tar.gz
protobuf-a0a17e24d76dbf0cc367d81df2bee179cbc73f90.tar.bz2
protobuf-a0a17e24d76dbf0cc367d81df2bee179cbc73f90.zip
Fix go tests.
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 1e24177e..49534137 100755
--- a/tests.sh
+++ b/tests.sh
@@ -105,7 +105,7 @@ build_golang() {
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"