Islandora-Collaboration-Group / ISLE

Islandora Enterprise (ISLE) is a community project that addresses two of the most significant pain-points in Islandora: installation and maintenance.
https://Islandora-Collaboration-Group.github.io/ISLE/
GNU General Public License v3.0
32 stars 34 forks source link

Prefix 'time' command to all script execution #227

Closed McFateM closed 4 years ago

McFateM commented 6 years ago

Modify the documentation (a similar version of this enhancement also appears in the ISLE issues queue) so that script execution is fronted with a 'time' command, like so...

> root@35bac072fbb3:/tmp/isle_drupal_build_tools# time ./install_isle_ld_site.sh
...
Drush script finished! ...exiting

real    7m8.249s
user    2m37.230s
sys 0m46.770s
root@35bac072fbb3:/tmp/isle_drupal_build_tools# 

This way the user gets a record of the run-time associated with various portions of the ISLE installation process.

bseeger commented 4 years ago

Closing this as it's duplicated by https://github.com/Islandora-Collaboration-Group/ISLE/issues/129