Skip to content

Commit 80019da

Browse files
authoredMar 23, 2025··
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.
1 parent 7a986c7 commit 80019da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ the utilities, follow the commands listed below:
219219
$ cd /path/to/your/ModSecurity
220220
$ git submodule foreach git pull
221221
$ cd test
222-
$ ./regression-tests
223-
$ ./unit-tests
222+
$ ./regression_tests
223+
$ ./unit_tests
224224
```
225225

226226
### Debugging

0 commit comments

Comments
 (0)
Please sign in to comment.