From cabcef9bc3088f624aab7cd48ae36b60da3ba3cb Mon Sep 17 00:00:00 2001 From: Aymeric Wibo Date: Sun, 3 Nov 2024 23:49:41 +0100 Subject: [PATCH] tests: Don't worry about leaks for now --- tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.sh b/tests.sh index 67b151f..3318c1a 100644 --- a/tests.sh +++ b/tests.sh @@ -1,5 +1,6 @@ #!/bin/sh +export ASAN_OPTIONS=detect_leaks=0 # XXX For now, let's not worry about leaks. all_passed=1 for test in $(ls -p tests | grep -v /); do