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 ac4fc22 commit d021d86Copy full SHA for d021d86
Makefile
@@ -31,7 +31,7 @@ default: compile
31
.PHONY: test
32
test: compile
33
TEST_NGINX_LOG_LEVEL=info \
34
- prove -I../test-nginx/lib -r -s t/
+ prove -I../test-nginx/lib -I. -r -s t/
35
36
37
### clean: Remove generated files
0 commit comments