[glib-networking] CI: Add LSAN_OPTIONS for debugging LeakSanitizer crashes



commit 2b519213dd800a3bafae2a16206f33a6883c268f
Author: Michael Catanzaro <mcatanzaro posteo net>
Date:   Fri May 17 02:14:27 2019 +0000

    CI: Add LSAN_OPTIONS for debugging LeakSanitizer crashes
    
    See: #86

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c97f7db..9d7a7e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ fedora-x86_64:
             -Dwerror=true
             build/
     - ninja -C build/
-    - meson test -v -C build/ --repeat=1000
+    - LSAN_OPTIONS=verbosity=1:log_threads=1 meson test -v -C build/ --repeat=1000
     - meson install -C build/
   artifacts:
     paths:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]