Skip to content

Commit

Permalink
Ignore termination failures to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
djmb committed Oct 11, 2023
1 parent 5cb4ca9 commit a497c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def signal_process(pid, signal, wait: nil)
Thread.new do
sleep(wait) if wait
Process.kill(signal, pid)
rescue Errno::ESRCH
end
end

Expand Down

0 comments on commit a497c5b

Please sign in to comment.