dracut-ng
dracut-ng copied to clipboard
Support exit with failure in case a test environment is unsuitable
In the Debian/Ubuntu package I want to run all test cases and explicitly disable test that are not suitable. Tests that are skipped because test_check
fails should fail the test instead of silently skipping it. Otherwise missing dependencies will not be caught by the test.
Please add an option to make the test fail if test_check
is not satisfied.