ci: Don't print lsan suppressions

Printing these out breaks TAP output, and we really
aren't interested in them.
This commit is contained in:
Matthias Clasen 2021-01-22 13:01:09 -05:00
parent 131a61c51b
commit a332f2402a

View File

@ -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