Commit 5d290713 authored by Roque's avatar Roque

Fix test according to erp5.util release

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