mirror of
https://github.com/openresty/openresty
synced 2024-11-09 18:35:51 +01:00
dist-check: made the output a bit nicer.
This commit is contained in:
parent
ee90152ae3
commit
2044681992
@ -68,7 +68,7 @@ sub write_config_file ($) {
|
||||
|
||||
write_config_file "/tmp/nginx.conf";
|
||||
|
||||
warn "=== Without FFI ===\n";
|
||||
warn "\n=== Without FFI ===\n";
|
||||
$prefix = "/usr/local/openresty-noffi";
|
||||
cleanup();
|
||||
unless ($opts{f}) {
|
||||
@ -86,7 +86,7 @@ sh "curl -si localhost/cjson|grep 'json.safe: '";
|
||||
sh qq{$prefix/bin/resty -e 'ngx.say("Hello World!")'|grep 'Hello World'};
|
||||
sh "sudo $prefix/nginx/sbin/nginx -sstop";
|
||||
|
||||
warn "=== --with-stream ===\n";
|
||||
warn "\n=== --with-stream ===\n";
|
||||
$prefix = "/usr/local/openresty-stream";
|
||||
cleanup();
|
||||
unless ($opts{f}) {
|
||||
@ -105,7 +105,7 @@ sh "curl -si localhost/cjson|grep 'json.safe: '";
|
||||
sh qq{$prefix/bin/resty -e 'ngx.say("Hello World!")'|grep 'Hello World'};
|
||||
sh "sudo $prefix/nginx/sbin/nginx -sstop";
|
||||
|
||||
warn "=== --with-stream + dtrace static probes ===\n";
|
||||
warn "\n=== --with-stream + dtrace static probes ===\n";
|
||||
$prefix = "/usr/local/openresty-stream-usdt";
|
||||
cleanup();
|
||||
unless ($opts{f}) {
|
||||
@ -125,7 +125,7 @@ sh "curl -si localhost/cjson|grep 'json.safe: '";
|
||||
sh qq{$prefix/bin/resty -e 'ngx.say("Hello World!")'|grep 'Hello World'};
|
||||
sh "sudo $prefix/nginx/sbin/nginx -sstop";
|
||||
|
||||
warn "=== Without Gzip/SSL/PCRE ===\n";
|
||||
warn "\n=== Without Gzip/SSL/PCRE ===\n";
|
||||
$prefix = "/usr/local/openresty-nogzip";
|
||||
cleanup();
|
||||
unless ($opts{f}) {
|
||||
|
Loading…
Reference in New Issue
Block a user