From 4e4ba6769d8f8c99947bee5fe475197b5793a1a7 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 10 Dec 2020 09:45:24 -0800 Subject: [PATCH] test-runner: add iwd-acd to verbose options This will turn on IWD_ACD_DEBUG --- tools/test-runner | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/test-runner b/tools/test-runner index 40b3c658..bc580a41 100755 --- a/tools/test-runner +++ b/tools/test-runner @@ -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