Commit ace3dc73 authored by Sebastien Robin's avatar Sebastien Robin Committed by Julien Muchembled

it is required to pass test_suite_title to runTestSuite

parent ae3aebd3
......@@ -224,6 +224,7 @@ branch = %(branch)s
invocation_list.extend([run_test_suite_path,
'--test_suite', config['test_suite'],
'--revision', revision,
'--test_suite_title', test_suite_title,
'--node_quantity', config['node_quantity'],
'--master_url', config['test_suite_master_url']])
run_test_suite = subprocess.Popen(invocation_list)
......
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