Skip to content
Snippets Groups Projects
Commit 202930ad authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #2241 from ctiller/pure-applesauce

Fix run_tests forever mode
parents 5c7bfc4f bb30971c
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