Don't report an error when 5 out of 5 plugins were updated#338
Don't report an error when 5 out of 5 plugins were updated#338danielbachhuber merged 7 commits intowp-cli:masterfrom
Conversation
danielbachhuber
left a comment
There was a problem hiding this comment.
Thanks, @akirk !
It'd be great to have a feature test for this change. Would you be open to putting one together?
Here's an introduction to Behat tests: https://make.wordpress.org/cli/handbook/contributions/pull-requests/#functional-tests
|
I've added a behat test and fixed the phpcs, could you kick off the workflow again? Thanks! |
|
@akirk Yep! Looks like the |
danielbachhuber
left a comment
There was a problem hiding this comment.
Great work on this! 🙌
|
@akirk Any ideas what this last failure might be? |
|
Struggling to understand the failure, it runs fine for me locally. |
|
Oh it fails on PHP 5.6. |
@akirk It also looks like it's been failing on master for a while: https://github.com/wp-cli/extension-command/actions/runs/3338955722/jobs/5527290587 Thanks again for your work on this! |

Currently, if you've got (unreleased) plugins with an unexpected version they are skipped but this skipping is recorded in a wrong way resulting in a summary output that says
Error: Only updated 5 of 5 plugins.Before
After