Skip to content

Commit 9d4ed52

Browse files
author
Felipe Zimmerle
committed
test: Counts the disabled tests as skiped on the test summary
1 parent d66f0c7 commit 9d4ed52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/regression/regression.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ void perform_unit_test(ModSecurityTest<RegressionTest> *test,
124124

125125
if (t->enabled == 0) {
126126
if (test->m_automake_output) {
127-
std::cout << ":test-result: disabled" << filename \
127+
std::cout << ":test-result: SKIP" << filename \
128128
<< ":" << t->name << std::endl;
129129
} else {
130130
std::cout << KCYN << "disabled" << RESET << std::endl;

0 commit comments

Comments
 (0)