Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blt setup:update:features-override-check is dependent on console window size #1443

Closed
AMDAndy opened this issue Apr 26, 2017 · 1 comment
Closed
Assignees
Labels
Bug Something isn't working

Comments

@AMDAndy
Copy link

AMDAndy commented Apr 26, 2017

My system information:

  • Operating system type: Ubuntu
  • Operating system version: 16.10
  • BLT version: 8.8.1

Output of blt doctor:

Omitted. I can provide if needed.

When I run this command:

blt setup:update:features-override-check

I get the following output:

BUILD FINISHED; 11.8506 seconds 

And I expected this to happen:

BUILD FAILED/home/andy/web/amd/./vendor/acquia/blt/phing/tasks/setup.xml:354:8: /home/andy/web/amd/./vendor/acquia/blt/phing/tasks/setup.xml:357:14: A feature in the ${bundle} bundle is overridden. You must re-export this feature to incorporate the changes.
; 11.7752 seconds

The features-override-check gives me a false negative but fails on Travis. If I widen my console window the test passes.
Drush is trying to fit the word "Changed" into the last column and breaking it across multiple lines. The above test tries to use grep to find the word "changed" but is failing due to this.

@grasmash grasmash added the Bug Something isn't working label Apr 26, 2017
@grasmash
Copy link
Contributor

Great catch. Will roll a fix for this issue this week.

grasmash added a commit to grasmash/bolt that referenced this issue Apr 30, 2017
@grasmash grasmash self-assigned this Apr 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants