Merge pull request #3354 from cjihrig/patch-1

doc: update testing section of README
This commit is contained in:
Ervin Hegedus 2025-03-23 20:31:29 +01:00 committed by GitHub
commit 01a0615887
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -219,8 +219,8 @@ the utilities, follow the commands listed below:
$ cd /path/to/your/ModSecurity $ cd /path/to/your/ModSecurity
$ git submodule foreach git pull $ git submodule foreach git pull
$ cd test $ cd test
$ ./regression-tests $ ./regression_tests
$ ./unit-tests $ ./unit_tests
``` ```
### Debugging ### Debugging