From d218b1f16f341f57bfa264df264da8791f9da599 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 23 Jan 2021 13:17:17 -0500 Subject: 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(-) (limited to '.gitlab-ci') 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 -- cgit v1.2.1