diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-01-23 13:17:17 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-01-23 13:17:17 -0500 |
commit | d218b1f16f341f57bfa264df264da8791f9da599 (patch) | |
tree | 49ca0b4d32be8b76a0efc6f052b9d19994c5bde4 /.gitlab-ci | |
parent | 65577fee8e8e7e01cabab72552f64f668270e640 (diff) | |
download | pango-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.
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x | .gitlab-ci/run-tests.sh | 2 |
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 |