Fixed TestMain after recent refactorings
This commit is contained in:
parent
4220fb6267
commit
b87a16d11a
3 changed files with 8 additions and 12 deletions
|
@ -147,7 +147,7 @@ namespace Catch
|
|||
case modeReport:
|
||||
if( m_args.size() != 1 )
|
||||
return setErrorMode( m_command + " expected one argument, recieved: " + argsAsString() );
|
||||
m_config.setReporterInfo( m_args[0] );
|
||||
m_config.setReporter( m_args[0] );
|
||||
break;
|
||||
case modeOutput:
|
||||
if( m_args.size() == 0 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue