Skip to content

Commit 3fcef17

Browse files
committed
Stop spewing status info during archive-dump.
1 parent ee745c5 commit 3fcef17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/core/archive.drush.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ function drush_archive_dump($sites_subdirs = '@self') {
238238

239239
$i=0;
240240
foreach ($sites as $key => $alias) {
241-
if (!$status = drush_invoke_process($alias, 'core-status', array(), array())) {
241+
if (!$status = drush_invoke_process($alias, 'core-status', array(), array(), array('integrate' => FALSE))) {
242242
drush_log(dt('Unable to determine sites directory for !alias', array('!alias' => $key)), 'warning');
243243
}
244244

0 commit comments

Comments
 (0)