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
1 changed files with 1 additions and 1 deletions

View File

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