mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
test-runner: Support iwd-rtnl as a --verbose value
This commit is contained in:
parent
032a3d1473
commit
1aa418d098
@ -405,6 +405,9 @@ class Namespace:
|
||||
if Process.is_verbose('iwd-acd'):
|
||||
env['IWD_ACD_DEBUG'] = '1'
|
||||
|
||||
if Process.is_verbose('iwd-rtnl'):
|
||||
env['IWD_RTNL_DEBUG'] = '1'
|
||||
|
||||
return self.start_process(args, env=env)
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
Reference in New Issue
Block a user