This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new a52b5e9 test: add git submodule update --init --recursive (#2934)
a52b5e9 is described below
commit a52b5e9b3b00da40705144c868cfe3a67de47b8d
Author: Yousa <[email protected]>
AuthorDate: Thu Dec 3 10:39:32 2020 +0800
test: add git submodule update --init --recursive (#2934)
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 392da01..c821a25 100644
--- a/Makefile
+++ b/Makefile
@@ -188,6 +188,7 @@ install: default
### test: Run the test case
test:
+ git submodule update --init --recursive
prove -I../test-nginx/lib -I./ -r -s t/
### license-check: Check Lua source code for Apache License