mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
test: Counts the disabled tests as skiped on the test summary
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user