Commit 6bfbba52 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

ERP5 tests: add all repository URLs when creating the site

parent 9e75aa25
......@@ -1138,6 +1138,7 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
if email_from_address is not None:
kw['email_from_address'] = email_from_address
kw['sql_reset'] = 1
kw["bt5_repository_url"] = " ".join(os.environ['erp5_tests_bt5_path'].split(','))
return kw
def setUpERP5Site(self,
......
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