aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test-common.sh')
-rw-r--r--tools/test-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index 1b54cebbcc..ccac973bf2 100644
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -121,7 +121,7 @@ export MallocCheckHeapAbort=1
export MallocBadFreeAbort=1
# Address Sanitizer options
-export ASAN_OPTIONS=detect_leaks=0:detect_odr_violation=0
+export ASAN_OPTIONS=detect_leaks=0
# Create an error report
function ws_exit_error() {