From a332f2402a5dbcf6f1baa87511df6cf977cb77ee Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 22 Jan 2021 13:01:09 -0500 Subject: [PATCH] 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