mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 05:59:24 +00:00
Last changes to ConfigData names (for now)
This commit is contained in:
parent
40e529740c
commit
c9f0f55451
4 changed files with 42 additions and 42 deletions
|
@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue