mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-05 06:29:32 +01:00
Resolve reporter outside of Config
config now only only holds reporter name
This commit is contained in:
@@ -42,10 +42,6 @@ namespace Catch {
|
||||
return (std::numeric_limits<int>::max)();
|
||||
}
|
||||
|
||||
if( config.getReporter().get() )
|
||||
std::cerr << "Reporters ignored when listing" << std::endl;
|
||||
if( !config.testsSpecified() )
|
||||
std::cerr << "Test specs ignored when listing" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user