Skip to content

fix: 'make test' is able to run again #3378

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 11, 2025

Conversation

airween
Copy link
Member

@airween airween commented May 10, 2025

what

This patch fixes the command make test behavior.

Now we can add a new workflow to GH CI.

Hint: if someone wants to help us, we should build the same matrix as we have already and run make test, but we can't use --enable-assertions, because there are some test cases where the test is with invalid syntax, therefore assert() reports that, and the test case will failed.

why

Command make test is not able with certain build options, eg --with-pcre2, and with newer GCC.

@airween airween requested review from theseion and fzipi May 10, 2025 19:34
@airween airween merged commit 8881097 into owasp-modsecurity:v2/master May 11, 2025
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants