mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 13:55:39 +02:00
Fix reporter parser spec to use the right key for colour-mode
This commit is contained in:
@@ -139,7 +139,7 @@ namespace Catch {
|
||||
return {};
|
||||
}
|
||||
outputFileName = static_cast<std::string>( value );
|
||||
} else if ( key == "colour" ) {
|
||||
} else if ( key == "colour-mode" ) {
|
||||
// Duplicated key
|
||||
if ( colourMode ) {
|
||||
return {};
|
||||
|
Reference in New Issue
Block a user