summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-23 13:17:17 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-23 13:17:17 -0500
commitd218b1f16f341f57bfa264df264da8791f9da599 (patch)
tree49ca0b4d32be8b76a0efc6f052b9d19994c5bde4
parent65577fee8e8e7e01cabab72552f64f668270e640 (diff)
downloadpango-d218b1f16f341f57bfa264df264da8791f9da599.tar.gz
ci: Don't print asan suppressions
That breaks the tests, and misses the point of suppressing these leaks in the first place.
-rwxr-xr-x.gitlab-ci/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
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