aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance/build_performance_go.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/performance/build_performance_go.sh')
-rwxr-xr-xtools/run_tests/performance/build_performance_go.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/performance/build_performance_go.sh b/tools/run_tests/performance/build_performance_go.sh
index 812728d4ce..3aa203a6ee 100755
--- a/tools/run_tests/performance/build_performance_go.sh
+++ b/tools/run_tests/performance/build_performance_go.sh
@@ -17,7 +17,8 @@ set -ex
cd "$(dirname "$0")/../../.."
-export GOPATH=$(pwd)/../gopath
+GOPATH=$(pwd)/../gopath
+export GOPATH
# Get grpc-go and the dependencies but get rid of the upstream/master version
go get google.golang.org/grpc