Skip to content

Commit d6d9935

Browse files
authored
Merge pull request #3481 from hnakamur/v3/fix_readme_on_running_tests
v3: fix readme on running tests (fixes #3328)
2 parents cebcde3 + ac44a71 commit d6d9935

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,8 @@ the utilities, follow the commands listed below:
217217

218218
```shell
219219
$ cd /path/to/your/ModSecurity
220-
$ git submodule foreach git pull
221-
$ cd test
222-
$ ./regression_tests
223-
$ ./unit_tests
220+
$ git submodule update --init --recursive
221+
$ make check
224222
```
225223

226224
### Debugging

configure.ac

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ AC_MSG_ERROR([\
6868
6969
You can download libInjection using git:
7070
71-
$ git submodule init
72-
$ git submodule update
71+
$ git submodule update --init --recursive
7372
7473
])
7574
fi
@@ -90,8 +89,7 @@ AC_MSG_ERROR([\
9089
9190
You can download Mbed TLS using git:
9291
93-
$ git submodule init
94-
$ git submodule update
92+
$ git submodule update --init --recursive
9593
9694
])
9795
fi

0 commit comments

Comments
 (0)