Commit 0b75e3fc authored by Jérome Perrin's avatar Jérome Perrin

deploy-test: use EggTestSuite instead of obsolete SOURCE_CODE_TO_TEST

Follow changes in erp5.util that will allow for stable test lines.

reviewed on !310
parent c3f091d6
......@@ -148,9 +148,11 @@ def main():
revision = args.revision
test_suite_title = args.test_suite_title or args.test_suite
os.environ['SOURCE_CODE_TO_TEST'] = args.test_location
suite = testsuite.EggTestSuite(
1, test_suite=args.test_suite, node_quantity=args.node_quantity,
egg_test_path_dict={
os.path.basename(os.path.normpath(path)): path
for path in args.test_location.split(',')},
revision=revision)
access_url_http = None
access_url_https = None
......
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