Commit 9318488a authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Add the time taken to install BM in logs

parent 3706aeb7
......@@ -1024,6 +1024,7 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
# If the bt is Business Manager, update the installation state
if bt.getPortalType() == 'Business Manager':
template_tool.updateInstallationState([bt])
ZopeTestCase._print('(imported in %.3fs) ' % (time.time() - start))
continue
if not quiet:
......
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