Skip to content
Snippets Groups Projects

Resolve #3408456 "Mail not sending on install error"

@@ -64,7 +64,7 @@
- |
# Install Drupal.
sleep 5
vendor/bin/drush --root=$_WEB_ROOT si -y --db-url=$SIMPLETEST_DB --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com
vendor/bin/drush --root=$_WEB_ROOT si -y standard install_configure_form.update_status_module='array(FALSE,FALSE)' --db-url=$SIMPLETEST_DB --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com
vendor/bin/drush --root=$_WEB_ROOT vset simpletest_clear_results '0'
vendor/bin/drush --root=$_WEB_ROOT vset simpletest_verbose '0'
# In case the module had a composer.json file.
Loading