Message ID | 20220616000231.1966008-6-andrew.zaborowski@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [01/15] netconfig: Fix address format validation | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-gitlint | success | GitLint |
Hi Andrew, On 6/15/22 19:02, Andrew Zaborowski wrote: > --- > tools/utils.py | 3 +++ > 1 file changed, 3 insertions(+) > Patch 6-7 applied, thanks. Regards, -Denis
diff --git a/tools/utils.py b/tools/utils.py index d16f221f..3cee9a22 100644 --- a/tools/utils.py +++ b/tools/utils.py @@ -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