mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	index.TestCase: support more arguments (like -k)
This commit is contained in:
		
							parent
							
								
									4a386aa2eb
								
							
						
					
					
						commit
						484f289919
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -663,7 +663,7 @@ if __name__ == "__main__":
 | 
			
		|||
        default=False,
 | 
			
		||||
        help="Spew out even more information than normal",
 | 
			
		||||
    )
 | 
			
		||||
    (options, args) = parser.parse_args()
 | 
			
		||||
    (options, args) = parser.parse_args(["--verbose"])
 | 
			
		||||
    Options.verbose = options.verbose
 | 
			
		||||
 | 
			
		||||
    newSuite = unittest.TestSuite()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue