mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Don't redirect stout for basic reporter
This commit is contained in:
		| @@ -79,6 +79,14 @@ namespace Catch | ||||
|          | ||||
|     private: // IReporter | ||||
|  | ||||
|         /////////////////////////////////////////////////////////////////////////// | ||||
|         virtual bool shouldRedirectStdout | ||||
|         () | ||||
|         const | ||||
|         { | ||||
|             return false; | ||||
|         }         | ||||
|  | ||||
|         /////////////////////////////////////////////////////////////////////////// | ||||
|         virtual void StartTesting | ||||
|         () | ||||
|   | ||||
| @@ -82,6 +82,14 @@ namespace Catch | ||||
|          | ||||
|     private: // IReporter | ||||
|          | ||||
|         /////////////////////////////////////////////////////////////////////////// | ||||
|         virtual bool shouldRedirectStdout | ||||
|         () | ||||
|         const | ||||
|         { | ||||
|             return true; | ||||
|         }         | ||||
|  | ||||
|         /////////////////////////////////////////////////////////////////////////// | ||||
|         virtual void StartTesting() | ||||
|         { | ||||
|   | ||||
| @@ -40,6 +40,14 @@ namespace Catch | ||||
|          | ||||
|     private: // IReporter | ||||
|  | ||||
|         /////////////////////////////////////////////////////////////////////////// | ||||
|         virtual bool shouldRedirectStdout | ||||
|         () | ||||
|         const | ||||
|         { | ||||
|             return true; | ||||
|         }         | ||||
|  | ||||
|         /////////////////////////////////////////////////////////////////////////// | ||||
|         virtual void StartTesting | ||||
|         () | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash