[pango/fix-test-leak: 1/2] ci: Don't print asan suppressions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/fix-test-leak: 1/2] ci: Don't print asan suppressions
- Date: Sat, 23 Jan 2021 18:22:16 +0000 (UTC)
commit d218b1f16f341f57bfa264df264da8791f9da599
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jan 23 13:17:17 2021 -0500
ci: Don't print asan suppressions
That breaks the tests, and misses the point of suppressing
these leaks in the first place.
.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 73a1951f..d82f1d08 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -7,7 +7,7 @@ srcdir=$( pwd )
builddir=$1
# Ignore memory leaks lower in dependencies
-export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
+export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0
# Check leaks of slices
export G_SLICE=always-malloc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]