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:
parent
f70c0cb2f9
commit
e500511490
@ -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'])
|
||||
|
Loading…
Reference in New Issue
Block a user