mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-02 14:44:45 +03:00
Merge pull request #3481 from hnakamur/v3/fix_readme_on_running_tests
v3: fix readme on running tests (fixes #3328)
This commit is contained in:
@@ -217,10 +217,8 @@ the utilities, follow the commands listed below:
|
||||
|
||||
```shell
|
||||
$ cd /path/to/your/ModSecurity
|
||||
$ git submodule foreach git pull
|
||||
$ cd test
|
||||
$ ./regression_tests
|
||||
$ ./unit_tests
|
||||
$ git submodule update --init --recursive
|
||||
$ make check
|
||||
```
|
||||
|
||||
### Debugging
|
||||
|
||||
@@ -68,8 +68,7 @@ AC_MSG_ERROR([\
|
||||
|
||||
You can download libInjection using git:
|
||||
|
||||
$ git submodule init
|
||||
$ git submodule update
|
||||
$ git submodule update --init --recursive
|
||||
|
||||
])
|
||||
fi
|
||||
@@ -90,8 +89,7 @@ AC_MSG_ERROR([\
|
||||
|
||||
You can download Mbed TLS using git:
|
||||
|
||||
$ git submodule init
|
||||
$ git submodule update
|
||||
$ git submodule update --init --recursive
|
||||
|
||||
])
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user