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