Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
Qt Creator 9.0.0
-
None
Description
When trying to debug a specific test (google test) by right clicking on the test name and selecting "Debug Test Under Cursor" the test is not run at all.
When examining the Application Output I can see that gtest-filter is surrounded by single quotes. Running this on the command line but removing the single quotes is running the test.
../my_test '--gtest_filter="Statuses.SeverityText"' --gtest_break_on_failure --gtest_catch_exceptions=0
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-28504 Debug single test case (found with googletest) does not work correctly due to quotation marks
- Closed