mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-26 06:59:33 +01:00
SectionInfo now goes via new streaming reporter interface
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Catch {
|
||||
for(; it != itEnd && !context.aborting(); ++it ) {
|
||||
reporter.testGroupStarting( it->getName() );
|
||||
totals += runTestsForGroup( context, *it );
|
||||
reporter.testGroupEnding( TestGroupStats( it->getName(), totals, context.aborting() ) );
|
||||
reporter.testGroupEnded( TestGroupStats( it->getName(), totals, context.aborting() ) );
|
||||
}
|
||||
return totals;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user