aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance/run_worker_go.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/performance/run_worker_go.sh')
-rwxr-xr-xtools/run_tests/performance/run_worker_go.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/performance/run_worker_go.sh b/tools/run_tests/performance/run_worker_go.sh
index f8e821a265..1127f4f25a 100755
--- a/tools/run_tests/performance/run_worker_go.sh
+++ b/tools/run_tests/performance/run_worker_go.sh
@@ -17,6 +17,7 @@ set -ex
cd "$(dirname "$0")/../../.."
-export GOPATH=$(pwd)/../gopath
+GOPATH=$(pwd)/../gopath
+export GOPATH
"${GOPATH}/bin/worker" "$@"