mirror of
https://github.com/mirror/wget.git
synced 2025-04-24 12:10:16 +08:00
* tests/WgetTests.pm: Add --show-leak-kinds=all valgrind argument
This commit is contained in:
parent
d745ea0eb6
commit
3a1ac38f00
@ -145,7 +145,7 @@ sub run
|
||||
{
|
||||
$cmdline =
|
||||
'valgrind --suppressions=' . $VALGRIND_SUPP_FILE
|
||||
. ' --error-exitcode=301 --leak-check=yes --track-origins=yes --gen-suppressions=all '
|
||||
. ' --error-exitcode=301 --leak-check=full --track-origins=yes --show-leak-kinds=all --gen-suppressions=all '
|
||||
. $cmdline;
|
||||
}
|
||||
elsif ($valgrind ne q{} && $valgrind ne "0")
|
||||
|
Loading…
Reference in New Issue
Block a user