diff --git a/.gitlab-ci/virtme-scripts/per-test-asan.sh b/.gitlab-ci/virtme-scripts/per-test-asan.sh index 5e3357d6..a669d4ee 100755 --- a/.gitlab-ci/virtme-scripts/per-test-asan.sh +++ b/.gitlab-ci/virtme-scripts/per-test-asan.sh @@ -1,6 +1,6 @@ #!/bin/bash export LSAN_OPTIONS="suppressions=../.gitlab-ci/leak-sanitizer.supp" -export ASAN_OPTIONS="detect_leaks=0" +export ASAN_OPTIONS="detect_leaks=1" exec "$@"