From 3114d6c94332cf4b7f2c0c87a425e513c006dd14 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 23 Nov 2023 13:55:10 -0500 Subject: tests: Set abort_on_error for the sanitizers --- tests/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/util.sh b/tests/util.sh index bfa5d16..5bd3328 100644 --- a/tests/util.sh +++ b/tests/util.sh @@ -27,7 +27,7 @@ stdenv() { export LC_ALL=C export TZ=UTC0 - local SAN_OPTIONS="halt_on_error=1:log_to_syslog=0" + local SAN_OPTIONS="abort_on_error=1:halt_on_error=1:log_to_syslog=0" export ASAN_OPTIONS="$SAN_OPTIONS" export LSAN_OPTIONS="$SAN_OPTIONS" export MSAN_OPTIONS="$SAN_OPTIONS" -- cgit v1.2.3