mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 19:05:40 +02:00
Last changes to ConfigData names (for now)
This commit is contained in:
@@ -379,7 +379,7 @@ namespace Catch {
|
||||
}
|
||||
|
||||
virtual void parseIntoConfig( Command const& cmd, ConfigData& config ) {
|
||||
config.reporter = cmd[0];
|
||||
config.reporterName = cmd[0];
|
||||
}
|
||||
};
|
||||
|
||||
@@ -530,7 +530,7 @@ namespace Catch {
|
||||
if( ss.fail() || threshold <= 0 )
|
||||
cmd.raiseError( "threshold must be a number greater than zero" );
|
||||
}
|
||||
config.cutoff = threshold;
|
||||
config.abortAfter = threshold;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user