doc: update testing section of README

The regression_tests and unit_tests scripts appear to
be named with underscores instead of hyphens. This
commit updates the README to reflect this.
This commit is contained in:
Colin Ihrig 2025-03-23 12:59:02 -04:00 committed by GitHub
parent 7a986c7bae
commit 80019da75e
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
$ git submodule foreach git pull
$ cd test
$ ./regression-tests
$ ./unit-tests
$ ./regression_tests
$ ./unit_tests
```
### Debugging