From 87e635bcb2d5c094db0d4c5e951d1dbe63386b98 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Thu, 20 Feb 2020 14:39:14 +0100 Subject: [PATCH] Valgrind no longer supports --db-attach=yes. (GH-18568) (cherry picked from commit c0cb8beb389da3ba67ad31b1ecc95e100b6292ab) Co-authored-by: Stefan Krah --- Modules/_decimal/tests/runall-memorydebugger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_decimal/tests/runall-memorydebugger.sh b/Modules/_decimal/tests/runall-memorydebugger.sh index 77c0c9cd82c13f..1f1dc776c11e7e 100755 --- a/Modules/_decimal/tests/runall-memorydebugger.sh +++ b/Modules/_decimal/tests/runall-memorydebugger.sh @@ -18,7 +18,7 @@ CONFIGS_64="x64 uint128 ansi64 universal" CONFIGS_32="ppro ansi32 ansi-legacy universal" VALGRIND="valgrind --tool=memcheck --leak-resolution=high \ - --db-attach=yes --suppressions=Misc/valgrind-python.supp" + --suppressions=Misc/valgrind-python.supp" # Get args case $@ in