[gtk/lsan-leaks-2: 3/4] ci: Don't print lsan suppressions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/lsan-leaks-2: 3/4] ci: Don't print lsan suppressions
- Date: Fri, 22 Jan 2021 18:33:44 +0000 (UTC)
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]