Commit 6b2085ff authored by Łukasz Nowak's avatar Łukasz Nowak

[testsuite] Use only taskdistribution.TaskDistributor

This results with calling correct methods on the server.
parent eddcc694
......@@ -297,7 +297,7 @@ def runTestSuite():
default='.')
args = parser.parse_args()
master = taskdistribution.TaskDistributionTool(args.master_url)
master = taskdistribution.TaskDistributor(args.master_url)
os.environ.setdefault("SOURCE_CODE_TO_TEST", args.source_code_path_list)
test_suite_title = args.test_suite_title or args.test_suite
revision = args.revision
......
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