SovereignCloudStack / standards

SCS standards in a machine readable format
https://scs.community/
Creative Commons Attribution Share Alike 4.0 International
34 stars 23 forks source link

More verbose output: Report passed tests, tool invocations. #763

Closed garloff closed 1 month ago

garloff commented 1 month ago

When running the test suite interactively, I want to see know what it's currently doing and what the current state of success is. This is actually already logged, but with log level debug and we have no way to make this visible by cmd line options. Rather than introducing an option -d|--debug, let's just attach it to -v|--verbose, as it does not add all that much output.

Also, when used with -v, let's also report all passed checks in the summary.

mbuechse commented 1 month ago

@garloff Just FYI: The tool does have -d|--date as well as --debug.

mbuechse commented 1 month ago

Fine by me!