mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01: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