Commit 0b379a97 authored by Sebastien Robin's avatar Sebastien Robin Committed by Julien Muchembled

fixed some variable names

parent bdd2461b
...@@ -152,8 +152,8 @@ branch = %(branch)s ...@@ -152,8 +152,8 @@ branch = %(branch)s
master = portal.portal_task_distribution master = portal.portal_task_distribution
assert master.getProtocolRevision() == 1 assert master.getProtocolRevision() == 1
test_result = safeRpcCall(master.createTestResult, test_result = safeRpcCall(master.createTestResult,
config['test_suite_name'], revision, [], config['test_suite'], revision, [],
False, config['test_suite'], False, test_suite_title,
config['test_node_title'], config['project_title']) config['test_node_title'], config['project_title'])
print "testnode, test_result : %r" % (test_result,) print "testnode, test_result : %r" % (test_result,)
if test_result: if test_result:
...@@ -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