From 8136ccb296814e22017ff91d260f0c1d02701486 Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Tue, 12 Sep 2017 12:00:20 -0700 Subject: Fix go example test. It needs "-I" flag to find imported file google/protobuf/timestamp.proto --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests.sh') 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() { -- cgit v1.2.3