summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-12 13:35:23 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-12 14:01:45 -0400
commit93e6eb66d9615ceafc3f6528913657524f7e48d2 (patch)
tree78a0110153e4e4136d7f2edbe39f58b4b5402dc2 /.gitlab-ci
parentbc96407004f5930242018b6388f4e3341c9c2ed6 (diff)
downloadpango-93e6eb66d9615ceafc3f6528913657524f7e48d2.tar.gz
ci: Suppress lsan leak warnings from dependencies
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/run-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index cca589b4..e5c8e9af 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -6,6 +6,9 @@ set +e
srcdir=$( pwd )
builddir=$1
+# Ignore memory leaks lower in dependencies
+export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
+
meson test -C ${builddir} \
--print-errorlogs \
--suite=pango