1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Report a sudden death of workers

This commit is contained in:
Nobuyoshi Nakada 2019-06-07 23:08:43 +09:00
parent 75751dca2b
commit ffaefcadd8
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -257,6 +257,8 @@ module Test
return if @io.closed?
@quit_called = true
@io.puts "quit"
rescue Errno::EPIPE => e
warn "#{@pid}:#{@status.to_s.ljust(7)}:#{@file}: #{e.message}"
end
def kill