Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Explorer: "Debug this test" on test explorer executable name doesn't run any tests #58

Open
malsyned opened this issue Aug 27, 2024 · 1 comment

Comments

@malsyned
Copy link
Contributor

In the Test Explorer, clicking the "Debug this test" button next to the test executable itself causes it to pass -sg <group> with the name of the executable for <group>. Since there is no group with this name, no tests are run and the test executable exits immediately.

My desired behavior here is to just not pass anything and let all the tests run.

@bneumann
Copy link
Owner

bneumann commented Oct 2, 2024

Since you know your way around in the code you wanna give it try? Otherwise I can setup my debugger (I must have deleted my mingw installation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants