forked from catchorg/Catch2
stdout retained for all sections
Fixed issue where stdout was dropped between sections
This commit is contained in:
@@ -74,7 +74,6 @@ namespace Catch
|
||||
if( testSpec.matches( it->getName() ) )
|
||||
{
|
||||
testList.push_back( *it );
|
||||
std::cout << it->getName() << std::endl;
|
||||
}
|
||||
}
|
||||
return testList;
|
||||
|
Reference in New Issue
Block a user