mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Changed --cutoff to --abort
This commit is contained in:
		| @@ -162,7 +162,7 @@ namespace Catch { | ||||
|                 config.setShowHelp( true ); | ||||
|             } | ||||
|  | ||||
|             if( Command cmd = parser.find( "-c", "--cutoff" ) ) { | ||||
|             if( Command cmd = parser.find( "-a", "--abort" ) ) { | ||||
|                 if( cmd.argsCount() > 1 ) | ||||
|                     throw std::domain_error( cmd.name() + " only accepts 0-1 arguments" ); | ||||
|                 int threshold = 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash