浏览代码

Fix go tests.

Feng Xiao 7 年之前
父节点
当前提交
a0a17e24d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests.sh

+ 1 - 1
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"