mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
test: Counts the disabled tests as skiped on the test summary
This commit is contained in:
parent
d66f0c7e0d
commit
9d4ed52518
@ -124,7 +124,7 @@ void perform_unit_test(ModSecurityTest<RegressionTest> *test,
|
||||
|
||||
if (t->enabled == 0) {
|
||||
if (test->m_automake_output) {
|
||||
std::cout << ":test-result: disabled" << filename \
|
||||
std::cout << ":test-result: SKIP" << filename \
|
||||
<< ":" << t->name << std::endl;
|
||||
} else {
|
||||
std::cout << KCYN << "disabled" << RESET << std::endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user