Commit a0a17e24 authored by Feng Xiao's avatar Feng Xiao

Fix go tests.

parent 409f9546
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment