test-runner: set --show-leak-kinds=all

This enables leak checks starting in main() which were previously
ignored.
This commit is contained in:
James Prestwood 2022-01-19 15:04:52 -08:00 committed by Denis Kenzior
parent f70c0cb2f9
commit e500511490
1 changed files with 1 additions and 0 deletions

View File

@ -673,6 +673,7 @@ class Namespace:
if self.args.valgrind:
args.extend(['valgrind', '--leak-check=full', '--track-origins=yes',
'--show-leak-kinds=all',
'--log-file=/tmp/valgrind.log.%p'])
args.extend(['iwd', '-p', iwd_radios, '-E'])