diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb index eff2b71580..e992db55c6 100644 --- a/tool/lib/test/unit.rb +++ b/tool/lib/test/unit.rb @@ -415,8 +415,8 @@ module Test end def kill - Process.kill(:KILL, @pid) - warn "worker #{to_s} does not respond; SIGKILL is sent" + Process.kill(:SEGV, @pid) + warn "worker #{to_s} does not respond; SIGSEGV is sent" rescue Errno::ESRCH end