aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-09-13 17:57:10 -0700
committerGitHub <noreply@github.com>2017-09-13 17:57:10 -0700
commitd1bc27caef8377a710370189675cb0958443e8f1 (patch)
treef61dfbae1ce0b31ae7305f1a8263e8a2ccceaa87 /tests.sh
parentc0d88ae300af82b4e0717203a4c6baaff05a9c3f (diff)
parent8136ccb296814e22017ff91d260f0c1d02701486 (diff)
downloadprotobuf-d1bc27caef8377a710370189675cb0958443e8f1.tar.gz
protobuf-d1bc27caef8377a710370189675cb0958443e8f1.tar.bz2
protobuf-d1bc27caef8377a710370189675cb0958443e8f1.zip
Merge pull request #3626 from xfxyjwf/fixgo
Fix go example test.
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 5aba663d..689b8913 100755
--- a/tests.sh
+++ b/tests.sh
@@ -129,7 +129,7 @@ build_golang() {
export PATH="$GOPATH/bin:$PATH"
go get github.com/golang/protobuf/protoc-gen-go
- cd examples && make gotest && cd ..
+ cd examples && PROTO_PATH="-I../src -I." make gotest && cd ..
}
use_java() {