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

Add operations flagset to status command for --name #212

Merged
merged 1 commit into from
Feb 24, 2022
Merged

Conversation

angrycub
Copy link
Contributor

Description
The TestStatusFails test was supposed to be validating that providing the --name flag absent a pack name was an error; however, the test currently only looks for a non-successful error code. In this case, the --name flag was missing from the status command, but since that error also returned exitcode 1 the test was passing anyway.

I've updated the command, and there is a big test improvement PR coming that will enable us to check the returned errors from command calls.

Reminders

  • Add CHANGELOG.md entry

@angrycub angrycub added theme/cli Relates to the CLI in general type/bug labels Feb 24, 2022
@angrycub angrycub self-assigned this Feb 24, 2022
Copy link
Member

@jrasell jrasell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@angrycub angrycub merged commit 115c7ee into main Feb 24, 2022
@angrycub angrycub deleted the b-status-name branch February 24, 2022 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/cli Relates to the CLI in general type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants