test-runner: add iwd-acd to verbose options

This will turn on IWD_ACD_DEBUG
This commit is contained in:
James Prestwood 2020-12-10 09:45:24 -08:00 committed by Denis Kenzior
parent ada46fb2db
commit 4e4ba6769d
1 changed files with 3 additions and 0 deletions

View File

@ -586,6 +586,9 @@ class Namespace:
if self.is_verbose('iwd-genl'):
env['IWD_GENL_DEBUG'] = '1'
if self.is_verbose('iwd-acd'):
env['IWD_ACD_DEBUG'] = '1'
pid = self.start_process(args, env=env)
return pid