Revert "ci: More verbose output from asan"
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Jun 2023 18:52:15 +0000 (14:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Jun 2023 18:52:15 +0000 (14:52 -0400)
This reverts commit 4f65c121b701c839552b89991d009c48d8636480.

.gitlab-ci/run-tests.sh

index 53d73beb36ec9de2edd33c4b3a2de7d7b686b0a3..60efda3b7293cd2144a5d67f7aad7de8d1347dc7 100755 (executable)
@@ -9,7 +9,7 @@ backend=$2
 multiplier=${MESON_TEST_TIMEOUT_MULTIPLIER:-1}
 
 # Ignore memory leaks lower in dependencies
-export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0:verbosity=1:log_threads=1
+export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0
 export G_SLICE=always-malloc
 
 case "${backend}" in