mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-11-04 00:37:22 +01:00 
			
		
		
		
	Sometimes improperly written tests can end up causing future tests to fail. For faster debugging you can now add a '+' after a given autotest which will start that test and run all tests which come alphabetically after it (as if you are running a full autotest suite). Example: ./test-runner -A testWPA+ This will run testWPA, testWPA2, testWPA2-no-CCMP, testWPA2-SHA256, and testWPA2withMFP.