DavidSchuldenfrei/gtest-adapter

Tests run after a failed build

Opened this issue · 0 comments

When gtest-adapter.runAfterBuild is set, the tests will still run even if the build fails.

This seems to be undesirable behavior because once the build finishes, the failed terminal window will automatically switch to the output window with the passing tests from the previous build. This makes it easy to think that the build passed when it actually failed.

I could potentially work on this. I've been looking for an excuse to contribute to this project.