openresty / test-nginx

Data-driven test scaffold for Nginx C module and OpenResty Lua library development

Home Page:http://search.cpan.org/dist/Test-Nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning in Util.pm:581

gszr opened this issue · comments

Hey,

I'm getting this while running all of my test cases: "WARNING: killing the child process 22 with force... at /usr/local/share/perl5/site_perl/Test/Nginx/Util.pm line 581". Wouldn't it make sense to put it inside an 'if verbose', as with other warn statements?

Cheers!

@Salazar It's by design since I believe this warning is important enough to be always shown.