test-runner: start IWD in developer mode

This is being done to utilize the Roam() developer method
This commit is contained in:
James Prestwood 2021-08-12 13:21:51 -07:00 committed by Denis Kenzior
parent 80123efabd
commit 8203b1d542
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ class Namespace:
args.extend(['valgrind', '--leak-check=full', '--track-origins=yes',
'--log-file=/tmp/valgrind.log.%p'])
args.extend(['iwd', '-p', iwd_radios])
args.extend(['iwd', '-p', iwd_radios, '-E'])
if self.is_verbose(args[0]):
args.append('-d')