-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[FEATURE REQUEST] Cleaner output when using Saltcheck #57788
Comments
@mchugh19 FYI. |
Rather than supporting every output case in the module, you could also achieve similar results by outputting json and filtering the results. Given output
You can use jq to filter where status = Fail
If you are running saltcheck as part of a CI build, you could use a python analysis step rather than simple jq to determine build status. |
This feature request should be fixed by #57824. It provides the functionality to run |
Thank you @mchugh19 I am putting this into Magnesium as already "in progress" and will attempt to get it reviewed and merged soon. |
Is your feature request related to a problem? Please describe.
#57327 has been triaged and is working well for me.
Describe the solution you'd like
I'd like the following features
Additional context
The output is pretty verbose and doesn't lend itself well to review. If I could show just the failing tests that would be an immediate improvement.
Here's the same thing but with table output.
The text was updated successfully, but these errors were encountered: