rspec-core icon indicating copy to clipboard operation
rspec-core copied to clipboard

Print test failures on INFO signal

Open tenderlove opened this issue 10 years ago • 3 comments

Hi,

One thing I miss from minitest is if I have a slow test suite, and there is a failure, I can hit Ctrl-T to send a SIGINFO and it will print out the current failures with a stack trace. Then I can decide if I want to kill the process and fix those or just let it go.

I made a video to demonstrate.

I will try to make a PR for this, but I wanted to file a ticket a) so I don't forget, and b) in case someone can get to it before me.

Thanks!

tenderlove avatar Aug 06 '15 19:08 tenderlove