mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
test-runner: add switch for genl debugging
Providing 'iwd-genl' in the list of verbose options will enable IWD_GENL_DEBUG.
This commit is contained in:
parent
334b03478b
commit
26c4b8b4fe
@ -578,6 +578,9 @@ class TestContext:
|
||||
if self.is_verbose('iwd-tls'):
|
||||
env['IWD_TLS_DEBUG'] = '1'
|
||||
|
||||
if self.is_verbose('iwd-genl'):
|
||||
env['IWD_GENL_DEBUG'] = '1'
|
||||
|
||||
pid = self.start_process(args, env=env)
|
||||
return pid
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user