sublime-test-runner icon indicating copy to clipboard operation
sublime-test-runner copied to clipboard

Show result window on compilation failure

Open s7726 opened this issue 5 years ago • 0 comments

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.

s7726 avatar Jul 13 '20 01:07 s7726