mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Test for ~ and removed debug print
This commit is contained in:
		| @@ -131,7 +131,6 @@ namespace Catch { | ||||
|             } | ||||
|             TestCaseFilters filters( groupName ); | ||||
|             for( std::size_t i = 0; i < cmd.argsCount(); ++i ) { | ||||
|                 std::cout << "[" << cmd[i] << "]" << std::endl; | ||||
|                 if( startsWith( cmd[i], "exclude:" ) ) | ||||
|                     filters.addFilter( TestCaseFilter( cmd[i].substr( 8 ), IfFilterMatches::ExcludeTests ) ); | ||||
|                 else if( startsWith( cmd[i], "~" ) ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash