docksal / addons

Community driven, submit your addon! Docksal addons that can be installed via `fin addon install` command.
MIT License
16 stars 34 forks source link

Automatically enable the simpletest module #49

Closed opdavies closed 4 years ago

opdavies commented 4 years ago

The simpletest module needs to be enabled in order to run tests.

This commit updates the simpletest script to check if the module is enabled, and if not, it will enable the module before running the tests.