Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 8.0.0
-
None
-
6ae6390661 (qt-creator/qt-creator/8.0) 6ae6390661 (qt-creator/qt-creator/master) 6ae6390661 (qt-creator/qt-creator/9.0) 6ae6390661 (qt-creator/qt-creator/qds-3.7)
Description
When running only some selected tests from Google Test, the argument passed to the --gtest_filter option must be enclosed in single quotes to avoid globbing in certain shells
e.g. --gtest_filter='TestSuite.*' instead of --gtest_filter=TestSuite.*
since the latter will trigger globbing and won't match any test