mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-22 04:25:40 +02:00
Started nudging ConfigData towards new layout
This commit is contained in:
@@ -213,7 +213,6 @@ struct Config {
|
||||
std::string reporterName;
|
||||
std::string fileName;
|
||||
std::string suiteName;
|
||||
std::string reporter;
|
||||
|
||||
std::vector<std::string> testsOrTags;
|
||||
};
|
||||
@@ -281,7 +280,7 @@ SCENARIO( "New Catch commandline interface", "[cli]" ) {
|
||||
.longOpt( "out" )
|
||||
.argName( "filename" );
|
||||
|
||||
cli.bind( &Config::reporter )
|
||||
cli.bind( &Config::reporterName )
|
||||
.describe( "reporter to use - defaults to console" )
|
||||
.shortOpt( "r")
|
||||
.longOpt( "reporter" )
|
||||
|
Reference in New Issue
Block a user