Commit 866e9f1d authored by Sebastien Robin's avatar Sebastien Robin

fixed another variable name

parent f0b040f8
...@@ -178,7 +178,7 @@ branch = %(branch)s ...@@ -178,7 +178,7 @@ branch = %(branch)s
) )
if status_dict['status_code'] != 0: if status_dict['status_code'] != 0:
safeRpcCall(master.reportTaskFailure, safeRpcCall(master.reportTaskFailure,
test_result_path, status_dict, test_suite_title) test_result_path, status_dict, config['test_node_title'])
retry_software = True retry_software = True
continue continue
......
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