Skip to content

Commit

Permalink
Debug, what raised error?
Browse files Browse the repository at this point in the history
  • Loading branch information
djmb committed Oct 11, 2023
1 parent ca401df commit 18bf911
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ def signal_process(pid, signal, wait: nil)
puts "Sending #{signal} to #{pid}"
puts `ps aux | grep #{pid}`
Process.kill(signal, pid)
rescue Errno::ESRCH
puts "Exception was for #{signal} on process #{pid}"
raise
end
end

Expand Down

0 comments on commit 18bf911

Please sign in to comment.