commit a78d9636fc62a867e3afc99257c2a364883fc35e Author: Herman van Rink Date: Thu Apr 13 21:13:56 2017 +0200 Issue #2861696 by colan, helmo: Do not ignore output from hosting-pause. diff --git a/migrate.hostmaster.inc b/migrate.hostmaster.inc index ae6fa44..0334987 100644 --- a/migrate.hostmaster.inc +++ b/migrate.hostmaster.inc @@ -160,8 +160,7 @@ We are making the following assumptions: * Prepare the hostmaster site for migration */ function drush_provision_pre_hostmaster_migrate($site, $platform) { - // we ignore errors here through integrate = FALSE - provision_backend_invoke(drush_get_option('site_name'), 'hosting-pause', array(), array('#integrate' => FALSE)); + provision_backend_invoke(drush_get_option('site_name'), 'hosting-pause', array(), array()); } function drush_provision_hostmaster_migrate($site, $platform) {