Skip to content

Commit 4393ce8

Browse files
committed
doc: Run make check instead of unit_tests
Tests in the following file are known to fail when running the `unit_tests` executable at `test` directory: test/test-cases/secrules-language-tests/transformations/phpArgsNames.json Run `make check` at the top directory instead to ignore these failures. (See #3328)
1 parent cebcde3 commit 4393ce8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,7 @@ the utilities, follow the commands listed below:
218218
```shell
219219
$ cd /path/to/your/ModSecurity
220220
$ git submodule foreach git pull
221-
$ cd test
222-
$ ./regression_tests
223-
$ ./unit_tests
221+
$ make check
224222
```
225223

226224
### Debugging

0 commit comments

Comments
 (0)