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:
Ervin Hegedus
2025-12-31 16:39:35 +01:00
committed by GitHub
2 changed files with 4 additions and 8 deletions

View File

@@ -217,10 +217,8 @@ 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 update --init --recursive
$ cd test $ make check
$ ./regression_tests
$ ./unit_tests
``` ```
### Debugging ### Debugging

View File

@@ -68,8 +68,7 @@ AC_MSG_ERROR([\
You can download libInjection using git: You can download libInjection using git:
$ git submodule init $ git submodule update --init --recursive
$ git submodule update
]) ])
fi fi
@@ -90,8 +89,7 @@ AC_MSG_ERROR([\
You can download Mbed TLS using git: You can download Mbed TLS using git:
$ git submodule init $ git submodule update --init --recursive
$ git submodule update
]) ])
fi fi