Commit 4912750b authored by Roque's avatar Roque Committed by Rafael Monnerat

Fix test according to erp5.util release

The cloudooo test on erp5-master is not able to finish after last erp5.util release: https://nexedijs.erp5.net/#/test_result_module/20180719-86977F42

After fix, there is a cloned test suite and the test is completed: https://nexedijs.erp5.net/#/test_result_module/20180719-781978C2 , but some test fails.

I don't know these particular tests neither if they are failing due to the egg release, but the change in this MR solves the problem with test execution and it is ready to merge.

/reviewed-on !17
parent 0ff799eb
......@@ -100,7 +100,7 @@ def run():
args = parser.parse_args()
master = taskdistribution.TaskDistributionTool(args.master_url)
master = taskdistribution.TaskDistributor(args.master_url)
test_suite_title = args.test_suite_title or args.test_suite
revision = args.revision
suite = TestSuite(1, test_suite=args.test_suite,
......
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