mirror of
https://github.com/openresty/openresty
synced 2024-11-09 18:35:51 +01:00
util/dist-check: performs dtrace static probe tests on solaris too.
This commit is contained in:
parent
09598a3e19
commit
05ae54a092
@ -77,7 +77,7 @@ sh "curl -si localhost/lua|grep $ver";
|
||||
if ($^O eq 'linux') {
|
||||
sh "stap -L 'process(\"$prefix/nginx/sbin/nginx\").mark(\"*\")'|grep http__lua__coroutine__done";
|
||||
|
||||
} elsif ($^O eq 'freebsd' || $^O eq 'macosx') {
|
||||
} elsif ($^O eq 'freebsd' || $^O eq 'macosx' || $^O eq 'solaris') {
|
||||
sh "sudo dtrace -l|grep http-lua-coroutine-done";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user