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:05:34 -0700
commitbb30971cecb6a2e0af4bcea95995892567e68b95 (patch)
tree35395fb831da6789bbd3d394eb8dcb5ec1c958d6 /tools
parent5c7bfc4fa47e979aa482fbb365ba55d7382b5321 (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,