sublime-test-runner
sublime-test-runner copied to clipboard
Show result window on compilation failure
When trying to iterate quickly on development (I'm experimenting with TDD in C++), it's important to get feedback quickly. When it's compiling and passing the little note in the status bar is great. When it's not compiling all I get is [ executed ].
Add option to keep build result window open on a failed return value (!=0) of the test_command.