mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29: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'):
|
if self.is_verbose('iwd-tls'):
|
||||||
env['IWD_TLS_DEBUG'] = '1'
|
env['IWD_TLS_DEBUG'] = '1'
|
||||||
|
|
||||||
|
if self.is_verbose('iwd-genl'):
|
||||||
|
env['IWD_GENL_DEBUG'] = '1'
|
||||||
|
|
||||||
pid = self.start_process(args, env=env)
|
pid = self.start_process(args, env=env)
|
||||||
return pid
|
return pid
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user