From cc6b2f392c20570ff1a488ac39b29ae3d0375884 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Wed, 22 May 2013 17:29:16 -0400 Subject: [PATCH] Remove patch to disable mails from PHP/drush, instead rely that the host will have a php.ini directive disabling sendmail. See: https://test.civicrm.org/job/CiviCRM-master-git/108/LABEL=debian6,SUITE=api_v3_AllTests/ --- tools/scripts/mk-drupal-test-site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/mk-drupal-test-site b/tools/scripts/mk-drupal-test-site index e25fcc7de0..39d50490cf 100755 --- a/tools/scripts/mk-drupal-test-site +++ b/tools/scripts/mk-drupal-test-site @@ -89,7 +89,7 @@ fi # NB: Avoid sending e-mails for the site installation # On hosts without sendmail (ex: demo sites), this causes the installation to fail. -php -d sendmail_path=`which true` `which drush` site-install -y \ +drush site-install -y \ --db-url="mysql://${DB_USER}:${DB_PASS}@${DB_HOST}/${DB_NAME}" \ --account-name="$ADMIN_USER" \ --account-pass="$ADMIN_PASS" \ -- 2.25.1