Commit 36be98fe authored by Rafael Monnerat's avatar Rafael Monnerat

resiliencytest: If test result is node, nothing to run.

parent c627b79a
......@@ -246,7 +246,11 @@ def runUnitTest():
test_result = master.createTestResult(revision, [test_suite_title],
args.node_title, True, test_suite_title, 'foo')
#args.project_title)
if test_result is None:
# No test to run.
return
test_line = test_result.start()
start_time = time.time()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment