aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-28 16:04:47 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-28 16:04:47 -0700
commit73f36bdb6cf4218badaf851b0f668d453f33f6f1 (patch)
treeb57bcd9ad9eff1f09182fe2379e56b224bcc6897 /tools
parent11075585588c7bd5c6bb50a9d85d7500765889b5 (diff)
Fix run_tests forever mode
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index a0e0fac27b..fd90613ad6 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -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,