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.
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.