Skip to content
Snippets Groups Projects
Commit 73f36bdb authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix run_tests forever mode

parent 11075585
No related branches found
No related tags found
No related merge requests found
......@@ -496,7 +496,7 @@ class TestCache(object):
self.parse(json.loads(f.read()))
def _build_and_run(check_cancelled, newline_on_success, travis, cache, xml_report):
def _build_and_run(check_cancelled, newline_on_success, travis, cache, xml_report=None):
"""Do one pass of building & running tests."""
# build latest sequentially
if not jobset.run(build_steps, maxjobs=1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment