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