Problem:

While applying the patch on https://www.drupal.org/node/2340841 it was forgotten that the callback for features-list Drush command(drush_features_list) is used in features-diff and features-revert as well.
So: drush fd will not print anything now.

Solution:

As drush_features_list now returns the rows instead printing them, an additional print step is needed to print where required.

Comments

hugronaphor created an issue. See original summary.

hugronaphor’s picture

The patch.

hugronaphor’s picture

Status: Active » Needs review
hugronaphor’s picture

Issue summary: View changes
hugronaphor’s picture

StatusFileSize
new555 bytes

Re-run the tests.

  • mpotter committed c717abb on 7.x-2.x authored by hugronaphor
    Issue #2694317 by hugronaphor: Broken Drush output for features-diff and...
mpotter’s picture

Status: Needs review » Fixed

Thanks, works great!. Committed to c717abb.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.