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

Ability to run a specific subset of checks #247

Open
weewoo22 opened this issue Nov 11, 2021 · 1 comment
Open

Ability to run a specific subset of checks #247

weewoo22 opened this issue Nov 11, 2021 · 1 comment

Comments

@weewoo22
Copy link

I'm interested in hardening my system against a few specific checks that failed to pass. Some of the checks take a considerable duration of time to complete. It would be awesome if there was a way to only run a select number of checks instead of the entire test suite so I don't have to wait and could see the results for a only a few checks that I'm interested in. Providing command line flags for every check would be a bit overwhelming so maybe this could be done most optimally by reading a configuration file that has an include and exclude list of checks to perform.

@gsuberland
Copy link
Collaborator

If you're compiling from source, there are a bunch of flags at the top of main.cpp that enable or disable various classes of check.

I do agree that it'd be nice to be able to switch various checks on and off with runtime config variables rather than at compile-time, though. It's something that'll be easier to implement once I get around to completing my refactoring work on the reporting output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants