Test for ~ and removed debug print

This commit is contained in:
Phil Nash 2012-08-24 19:01:35 +01:00
parent f82861fb0a
commit 95ae50ad3d
3 changed files with 10 additions and 3 deletions

View file

@ -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], "~" ) )