diff --git a/util/dist-check b/util/dist-check index 025b4f9..6d1839d 100755 --- a/util/dist-check +++ b/util/dist-check @@ -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"; }