Commit b72c272e authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Log BM installation time

parent 093f2de6
......@@ -1053,8 +1053,10 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
if not quiet:
ZopeTestCase._print('done (%.3fs)\n' % (time.time() - start))
start = time.time()
# Install all BM at one go
template_tool.updateInstallationState(bm_list)
ZopeTestCase._print('finished installation of BMs in (%.3fs)\n' % (time.time() - start))
def _getSiteCreationParameterDict(self):
kw = _getConnectionStringDict()
......
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