1
0
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:
Yichun Zhang (agentzh) 2018-11-01 17:02:16 -07:00
parent 5d48d9fea2
commit 15cc7b2683

@ -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