3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

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

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'])