From 3a1ac38f009aee0a0baa14d6295334bb92a720cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sun, 11 Apr 2021 19:33:39 +0200 Subject: [PATCH] * tests/WgetTests.pm: Add --show-leak-kinds=all valgrind argument --- tests/WgetTests.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/WgetTests.pm b/tests/WgetTests.pm index 657b69b5..0bb88481 100644 --- a/tests/WgetTests.pm +++ b/tests/WgetTests.pm @@ -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")