mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds offset regression tests and assorted fixes on var's offsets
This commit is contained in:
committed by
Felipe Zimmerle
parent
795994bb0e
commit
4ad3574cf2
@@ -240,7 +240,7 @@ int main(int argc, char **argv) {
|
||||
} else {
|
||||
for (auto &i : r) {
|
||||
if (i->skipped == true) {
|
||||
skp++;
|
||||
skp++;
|
||||
}
|
||||
}
|
||||
std::cout << KRED << r.size()-skp << " tests failed.";
|
||||
@@ -275,7 +275,7 @@ int main(int argc, char **argv) {
|
||||
int skp = 0;
|
||||
for (auto &i : results) {
|
||||
if (i->skipped == true) {
|
||||
skp++;
|
||||
skp++;
|
||||
}
|
||||
}
|
||||
std::cout << KRED << results.size()-skp << " failed.";
|
||||
|
Reference in New Issue
Block a user