Commit c5b2f1f8 authored by Sebastien Robin's avatar Sebastien Robin Committed by Cédric de Saint Martin

fixed some variable names

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