mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +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 (t->enabled == 0) {
|
||||||
if (test->m_automake_output) {
|
if (test->m_automake_output) {
|
||||||
std::cout << ":test-result: disabled" << filename \
|
std::cout << ":test-result: SKIP" << filename \
|
||||||
<< ":" << t->name << std::endl;
|
<< ":" << t->name << std::endl;
|
||||||
} else {
|
} else {
|
||||||
std::cout << KCYN << "disabled" << RESET << std::endl;
|
std::cout << KCYN << "disabled" << RESET << std::endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user