mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-03-31 06:56:52 +02:00

Historically if you wanted to see output from a python test you needed to specify -v pytests. This was also the case if IWD was started from python. Nearly every time I run test-runner I would specify "-v iwd,pytests" only to get the IWD output on these specific tests. Instead we can special case 'python3' (previously 'pytests') inside execute_program so that turning on verbosity for 'iwd' also turns it on for the python tests.