mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 22:19:25 +00:00
Don't redirect stout for basic reporter
This commit is contained in:
parent
93b8a39c38
commit
a57b025c9c
6 changed files with 38 additions and 3 deletions
|
@ -78,6 +78,7 @@ namespace Catch
|
|||
config.getReporter()->EndGroup( *it, runner.getSuccessCount()-prevSuccess, runner.getFailureCount()-prevFail );
|
||||
}
|
||||
}
|
||||
|
||||
return static_cast<int>( runner.getFailureCount() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue