mirror of
https://github.com/openresty/openresty
synced 2024-11-09 18:35:51 +01:00
run the test suite in the right way.
This commit is contained in:
parent
013d88601b
commit
23f8304136
7
Makefile
7
Makefile
@ -1,9 +1,8 @@
|
||||
.PHONY: all
|
||||
.PHONY: all test
|
||||
|
||||
all:
|
||||
./util/mirror-tarballs
|
||||
|
||||
test:
|
||||
cp util/configure ngx_openresty-0.8.54.0/
|
||||
cd ngx_openresty-0.8.54.0 && ./configure
|
||||
test: all
|
||||
prove -r t
|
||||
|
||||
|
@ -10,7 +10,7 @@ sub cd ($);
|
||||
my $ver = `bash util/ver`;
|
||||
chomp $ver;
|
||||
|
||||
shell "make";
|
||||
#shell "make";
|
||||
|
||||
cd "ngx_openresty-$ver";
|
||||
shell "./configure --help > help.txt";
|
||||
|
Loading…
Reference in New Issue
Block a user