From 2e092e8e70dac5a13102bf5df13b3cc6402a307e Mon Sep 17 00:00:00 2001
From: Jon Pugh <jon@thinkdrop.net>
Date: Fri, 21 Apr 2017 11:26:10 -0400
Subject: [PATCH] Issue #2861696 by colan, helmo: Do not ignore output from
 hosting-pause.

---
 migrate.hostmaster.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/migrate.hostmaster.inc b/migrate.hostmaster.inc
index 7e27b1981..e78c2343a 100644
--- a/migrate.hostmaster.inc
+++ b/migrate.hostmaster.inc
@@ -161,7 +161,7 @@ We are making the following assumptions:
  */
 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) {
-- 
GitLab