mirror of
https://github.com/openresty/openresty
synced 2025-02-18 18:09:35 +01:00
fixed "make test" for the new perl 5.26+ versions a bit.
This commit is contained in:
parent
5d48d9fea2
commit
15cc7b2683
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ all:
|
||||
./util/mirror-tarballs
|
||||
|
||||
test:
|
||||
prove -r t
|
||||
prove -I. -I../test-nginx/lib -r t
|
||||
|
||||
try-luajit: all
|
||||
cd openresty-`./util/ver` && ./configure --with-luajit
|
||||
|
Loading…
Reference in New Issue
Block a user