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
1 changed files with 3 additions and 0 deletions

View File

@ -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