From f1506fb2a6ef2bd8f1b4827911b961015aec9b7a Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 10 Jan 2019 22:17:19 +0100 Subject: [PATCH] Try to improve valgrind suppressions for python before the night. --- tools/simgrid.supp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tools/simgrid.supp b/tools/simgrid.supp index a02c6fe7a2..25a595809f 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -231,21 +231,19 @@ ignore python cruft 1 Memcheck:Cond ... - obj:/usr/bin/python3 + obj:/usr/bin/python* } { ignore python cruft 2 Memcheck:Addr4 ... - obj:/usr/bin/python3 + obj:/usr/bin/python* } { ignore python cruft 3 Memcheck:Value8 ... - obj:/usr/bin/python3 + obj:/usr/bin/python* } - - -- 2.20.1