kill the children, not self

This commit is contained in:
David Dollar
2013-05-03 09:54:20 -04:00
parent b1f91d4505
commit c3abaad353

View File

@@ -427,7 +427,7 @@ private
end
rescue Timeout::Error
system "sending SIGKILL to all processes"
killall "SIGKILL"
kill_children "SIGKILL"
end
end