summaryrefslogtreecommitdiff
path: root/tools/test-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test-common.sh')
-rw-r--r--tools/test-common.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index 0388f9b097..002be98c1c 100644
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -118,6 +118,9 @@ export MallocCheckHeapAbort=1
# Call abort() if an illegal free() call is made
export MallocBadFreeAbort=1
+# Address Sanitizer options
+export ASAN_OPTIONS=detect_leaks=0:detect_odr_violation=0
+
# Create an error report
function ws_exit_error() {
echo -e "\n ERROR"