From d402b6034a27a67700942471eeaa633d39969d81 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Thu, 31 May 2018 15:20:47 -0700 Subject: [PATCH] auto-t: enable debug output for iwd This enables debug output for iwd when started from python --- autotests/util/iwd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/util/iwd.py b/autotests/util/iwd.py index ece4c084..ae93809d 100755 --- a/autotests/util/iwd.py +++ b/autotests/util/iwd.py @@ -667,6 +667,7 @@ class IWD(AsyncOpAbstract): args.append(iwd_config_dir) args.append('-p') args.append(whitelist) + args.append('-d') import subprocess iwd_proc = subprocess.Popen(args)