summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-11-23 13:55:10 -0500
committerTavian Barnes <tavianator@tavianator.com>2023-11-23 13:56:03 -0500
commit3114d6c94332cf4b7f2c0c87a425e513c006dd14 (patch)
tree7b931bfd8f5adf63cfb85110757bdc9d4c2b0a5e /tests
parentdcf18f988e7737a5bbb77618da99cc5dc7035539 (diff)
downloadbfs-3114d6c94332cf4b7f2c0c87a425e513c006dd14.tar.xz
tests: Set abort_on_error for the sanitizers
Diffstat (limited to 'tests')
-rw-r--r--tests/util.sh2
1 files changed, 1 insertions, 1 deletions
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"