1
0
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:
Tim Rühsen 2021-04-11 19:33:39 +02:00
parent d745ea0eb6
commit 3a1ac38f00

View File

@ -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")