mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-19 19:25:38 +02:00
More config refactoring
This commit is contained in:
@@ -466,7 +466,7 @@ namespace Catch {
|
||||
"just pass this option.";
|
||||
}
|
||||
virtual void parseIntoConfig( Command const&, ConfigData& config ) {
|
||||
config.includeWhichResults = Include::SuccessfulResults;
|
||||
config.showSuccessfulTests = true;
|
||||
}
|
||||
};
|
||||
|
||||
@@ -590,7 +590,7 @@ namespace Catch {
|
||||
}
|
||||
|
||||
virtual void parseIntoConfig( Command const&, ConfigData& config ) {
|
||||
config.allowThrows = false;
|
||||
config.noThrow = true;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user