[gtk/lsan-leaks-2: 3/4] ci: Don't print lsan suppressions




commit a332f2402a5dbcf6f1baa87511df6cf977cb77ee
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jan 22 13:01:09 2021 -0500

    ci: Don't print lsan suppressions
    
    Printing these out breaks TAP output, and we really
    aren't interested in them.

 .gitlab-ci/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index 1fca1f7a4b..fa29859b6f 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -8,7 +8,7 @@ builddir=$1
 backend=$2
 
 # Ignore memory leaks lower in dependencies
-export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
+export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0
 export G_SLICE=always-malloc
 
 case "${backend}" in


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]