mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 13:17:25 +01:00 
			
		
		
		
	test-runner: remove unneeded argument parsing
There was an unnecessary l_strsplit call when parsing the verbose options for test-runner. The verbose options get parsed inside qemu already, so this call was removed.
This commit is contained in:
		
							parent
							
								
									8c1b175b8b
								
							
						
					
					
						commit
						fc9fe34ba0
					
				| @ -2268,7 +2268,6 @@ int main(int argc, char *argv[]) | ||||
| 			break; | ||||
| 		case 'v': | ||||
| 			verbose_opt = optarg; | ||||
| 			verbose_apps = l_strsplit(verbose_opt, ','); | ||||
| 			break; | ||||
| 		case 'V': | ||||
| 			valgrind = true; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 James Prestwood
						James Prestwood