3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-05 19:08:52 +02:00

test-runner: Support iwd-rtnl as a --verbose value

This commit is contained in:
Andrew Zaborowski 2022-06-16 02:02:22 +02:00 committed by Denis Kenzior
parent 032a3d1473
commit 1aa418d098

View File

@ -405,6 +405,9 @@ class Namespace:
if Process.is_verbose('iwd-acd'): if Process.is_verbose('iwd-acd'):
env['IWD_ACD_DEBUG'] = '1' env['IWD_ACD_DEBUG'] = '1'
if Process.is_verbose('iwd-rtnl'):
env['IWD_RTNL_DEBUG'] = '1'
return self.start_process(args, env=env) return self.start_process(args, env=env)
@staticmethod @staticmethod