summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-tests.sh
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-29 18:08:19 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-03-29 18:08:19 +0000
commit5ccc0c7aa5de2667a5e0da8c35387eb662c3edff (patch)
tree649b79262f0906cd9bc3077c523960b5b9fe7c8e /.gitlab-ci/run-tests.sh
parent296317f2d0d628f2104168de3dc55458ed7f853a (diff)
parentf29436d34a8d22b3dd7dbfa2d3c5c2b52a50ee82 (diff)
downloadpango-5ccc0c7aa5de2667a5e0da8c35387eb662c3edff.tar.gz
Merge branch 'misc-speedups2' into 'master'
Misc speedups2 See merge request GNOME/pango!307
Diffstat (limited to '.gitlab-ci/run-tests.sh')
-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 408a4a18..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=fast_unwind_on_malloc=0:suppressions=$srcdir/lsan.supp:print_suppressions=0
+export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0
# Check leaks of slices
export G_SLICE=always-malloc