mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-02 01:47:57 +00:00
Resolve reporter outside of Config
config now only only holds reporter name
This commit is contained in:
parent
8fbd8e0f9e
commit
5d73c5a008
7 changed files with 80 additions and 85 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue