mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
test-runner: add iwd-acd to verbose options
This will turn on IWD_ACD_DEBUG
This commit is contained in:
parent
ada46fb2db
commit
4e4ba6769d
@ -586,6 +586,9 @@ class Namespace:
|
|||||||
if self.is_verbose('iwd-genl'):
|
if self.is_verbose('iwd-genl'):
|
||||||
env['IWD_GENL_DEBUG'] = '1'
|
env['IWD_GENL_DEBUG'] = '1'
|
||||||
|
|
||||||
|
if self.is_verbose('iwd-acd'):
|
||||||
|
env['IWD_ACD_DEBUG'] = '1'
|
||||||
|
|
||||||
pid = self.start_process(args, env=env)
|
pid = self.start_process(args, env=env)
|
||||||
return pid
|
return pid
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user