Commit fff9da75 authored by Sebastien Robin's avatar Sebastien Robin

now revision is a single string, even if there is many repositories

parent 8bc5b239
......@@ -77,8 +77,6 @@ def main():
master = DummyTaskDistributionTool()
test_suite_title = args.test_suite_title or args.test_suite
revision = args.revision
if ',' in revision:
revision = revision.split(',')
suite = makeSuite(test_suite=args.test_suite,
node_quantity=args.node_quantity,
revision=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