mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-02 14:44:45 +03:00
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 https://github.com/owasp-modsecurity/ModSecurity/issues/3328)
This commit is contained in:
@@ -218,9 +218,7 @@ the utilities, follow the commands listed below:
|
|||||||
```shell
|
```shell
|
||||||
$ cd /path/to/your/ModSecurity
|
$ cd /path/to/your/ModSecurity
|
||||||
$ git submodule foreach git pull
|
$ git submodule foreach git pull
|
||||||
$ cd test
|
$ make check
|
||||||
$ ./regression_tests
|
|
||||||
$ ./unit_tests
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Debugging
|
### Debugging
|
||||||
|
|||||||
Reference in New Issue
Block a user