mirror of
https://github.com/mirror/wget.git
synced 2026-08-19 09:23:27 +08:00
* tests/WgetTests.pm: Add --show-leak-kinds=all valgrind argument
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user