-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version of privateer
current version
Describe the bug
After creating the acceptance testing workflow, it appears that even when a command fails, privateer still returns an exit code of zero making it difficult to test a command like privateer list for error conditions.
To Reproduce
Run privateer generate-plugin without a valid yaml, and the return code will be 0 (should be not equal to zero for error conditions)
Expected behavior
Error codes should return non zero.
Screenshots
No response
Additional context
Discovered when adding acceptance testing. See pr #102
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working