vim-rubytest icon indicating copy to clipboard operation
vim-rubytest copied to clipboard

Closes the terminal before I can see results

Open trobrock opened this issue 12 years ago • 3 comments

When I run my tests the tests run fine, but where it should wait for me to press a key to close the terminal window it does not wait, so I can never see the results of my tests.

trobrock avatar Jul 03 '13 15:07 trobrock

This same things is happening to me

thewatts avatar Oct 13 '14 19:10 thewatts

Both of you are using the default settings here?

Would it work for you to run and use quickfix? let g:rubytest_in_quickfix = 1

DanBradbury avatar Oct 15 '14 17:10 DanBradbury

This also happens for me; I often have to run the tests three or four times before the terminal window stays open. Setting quick fix mode fixes it, but also means I lose the ability to see debug output :-/

lazyatom avatar Jan 16 '17 14:01 lazyatom