mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
test-runner: start IWD in developer mode
This is being done to utilize the Roam() developer method
This commit is contained in:
parent
80123efabd
commit
8203b1d542
@ -648,7 +648,7 @@ class Namespace:
|
||||
args.extend(['valgrind', '--leak-check=full', '--track-origins=yes',
|
||||
'--log-file=/tmp/valgrind.log.%p'])
|
||||
|
||||
args.extend(['iwd', '-p', iwd_radios])
|
||||
args.extend(['iwd', '-p', iwd_radios, '-E'])
|
||||
|
||||
if self.is_verbose(args[0]):
|
||||
args.append('-d')
|
||||
|
Loading…
Reference in New Issue
Block a user