Commit 9eb3828d authored by Rafael Monnerat's avatar Rafael Monnerat

ERP5TypeTestCase: Pass bt5_repository_url for site creation

parent cb4a7c68
......@@ -1137,6 +1137,11 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
email_from_address = os.environ.get('email_from_address')
if email_from_address is not None:
kw['email_from_address'] = email_from_address
bt5_repository_path_list = self._getBusinessRepositoryPathList(
['erp5_core'] + self.getBusinessTemplateList())
kw["bt5_repository_url"] = " ".join(bt5_repository_path_list)
kw['sql_reset'] = 1
return kw
......
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