aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-15 09:19:33 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-15 09:19:33 -0700
commitc197ec1fe6e6d12eb1f1b36c987c1ad59efa8a17 (patch)
tree67d0399a6368980270ab5f1f7db0f985ba5a99c7 /tools
parentd82fccc5ece579c2b86beefe4629adfb158af064 (diff)
Fix typo
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_performance_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_performance_tests.py b/tools/run_tests/run_performance_tests.py
index 9c1579c331..d0744b6333 100755
--- a/tools/run_tests/run_performance_tests.py
+++ b/tools/run_tests/run_performance_tests.py
@@ -67,7 +67,7 @@ class QpsWorkerJob:
self._job = None
def start(self):
- self._job = jobset.Job(spec, newline_on_success=True, travis=True, add_env={})
+ self._job = jobset.Job(self._spec, newline_on_success=True, travis=True, add_env={})
def is_running(self):
"""Polls a job and returns True if given job is still running."""