We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085c778 commit 2747616Copy full SHA for 2747616
Makefile
@@ -10,7 +10,6 @@ RUNTIME_DEPENDENCIES:=bash curl cut date diff grep mktemp openssl sed
10
.PHONY: \
11
all \
12
check-dependencies \
13
- grind \
14
install \
15
install-test-deps \
16
lint \
@@ -109,6 +108,3 @@ test:
109
108
luarocks --tree=/tmp/resty-auto-ssl-server-luarocks make ./lua-resty-auto-ssl-git-1.rockspec
110
luarocks --tree=/tmp/resty-auto-ssl-server-luarocks install dkjson 2.5-2
111
busted ./spec
112
-
113
-grind:
114
- env TEST_NGINX_USE_VALGRIND=1 TEST_NGINX_SLEEP=5 $(MAKE) test
0 commit comments