mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-12 09:39:31 +01:00
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