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
|
@ -79,6 +79,14 @@ namespace Catch
|
|||
|
||||
private: // IReporter
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
virtual bool shouldRedirectStdout
|
||||
()
|
||||
const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
virtual void StartTesting
|
||||
()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue