diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-05-11 12:26:39 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-05-11 12:26:39 -0700 |
commit | 649d126ed3bcef2b22b6cc53a35a0ac75c0cee14 (patch) | |
tree | 489959399dcf299c67e5308807ac62f00ca82986 /tools/jenkins | |
parent | f624a796e794750ea243341da2d56462204ae9a8 (diff) |
set GOPATH when executing go worker
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-x | tools/jenkins/run_performance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/run_performance.sh b/tools/jenkins/run_performance.sh index 13a332751b..c92f9750af 100755 --- a/tools/jenkins/run_performance.sh +++ b/tools/jenkins/run_performance.sh @@ -34,4 +34,4 @@ set -ex # Enter the gRPC repo root cd $(dirname $0)/../.. -tools/run_tests/run_performance_tests.py -l c++ node ruby csharp python +tools/run_tests/run_performance_tests.py -l c++ node ruby csharp python go |