forked from catchorg/Catch2
https://github.com/catchorg/Catch2/issues/1175 - don't list hidden tests by default
This commit is contained in:
committed by
Martin Hořeňovský
parent
355b3f9952
commit
ca8470fbad
@@ -70,8 +70,6 @@ namespace Catch {
|
||||
context.testGroupStarting(config->name(), 1, 1);
|
||||
|
||||
TestSpec testSpec = config->testSpec();
|
||||
if (!testSpec.hasFilters())
|
||||
testSpec = TestSpecParser(ITagAliasRegistry::get()).parse("~[.]").testSpec(); // All not hidden tests
|
||||
|
||||
auto const& allTestCases = getAllTestCasesSorted(*config);
|
||||
for (auto const& testCase : allTestCases) {
|
||||
|
||||
Reference in New Issue
Block a user