Commit 804e33d4 authored by Romain Courteaud's avatar Romain Courteaud

software/jstestnode: update erp5.util 0.4.50

parent 8c7f8eee
...@@ -169,7 +169,7 @@ def main(): ...@@ -169,7 +169,7 @@ def main():
browser.quit() browser.quit()
is_browser_running = False is_browser_running = False
tool = taskdistribution.TaskDistributionTool(portal_url=args.master_url) tool = taskdistribution.TaskDistributor(portal_url=args.master_url)
test_result = tool.createTestResult(revision = revision, test_result = tool.createTestResult(revision = revision,
test_name_list = test_line_dict.keys(), test_name_list = test_line_dict.keys(),
node_title = args.test_node_title, node_title = args.test_node_title,
......
...@@ -107,11 +107,11 @@ mode = 0644 ...@@ -107,11 +107,11 @@ mode = 0644
[template-runTestSuite] [template-runTestSuite]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/runTestSuite.in url = ${:_profile_base_location_}/runTestSuite.in
md5sum = fcf15b2a90340e0afe8f8b9921a4ffae md5sum = f32bb3d6865158b21edb8750a911c4d6
output = ${buildout:directory}/runTestSuite.in output = ${buildout:directory}/runTestSuite.in
mode = 0644 mode = 0644
[versions] [versions]
erp5.util = 0.4.49 erp5.util = 0.4.50
slapos.recipe.template = 4.1 slapos.recipe.template = 4.1
selenium = 2.53.1 selenium = 2.53.1
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