Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Sep 15, 2016
1 parent d82fccc commit c197ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/run_performance_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(self, spec, language, host_and_port):
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."""
Expand Down

0 comments on commit c197ec1

Please sign in to comment.