From a342dde30093ce343b7fce9df790964986abf629 Mon Sep 17 00:00:00 2001 From: Adonis Ling Date: Fri, 3 Mar 2023 20:55:01 +0800 Subject: [PATCH] [chore](workflow) Fix the workflow BE UT (macOS) --- run-be-ut.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-be-ut.sh b/run-be-ut.sh index 9bd7c2864f1bc7..0c9225bd37a2a2 100755 --- a/run-be-ut.sh +++ b/run-be-ut.sh @@ -262,7 +262,7 @@ mkdir "${UT_TMP_DIR}" touch "${UT_TMP_DIR}/tmp_file" # set asan and ubsan env to generate core file -export ASAN_OPTIONS=symbolize=1:abort_on_error=1:disable_coredump=0:unmap_shadow_on_exit=1:detect_container_overflow=1 +export ASAN_OPTIONS=symbolize=1:abort_on_error=1:disable_coredump=0:unmap_shadow_on_exit=1:detect_container_overflow=0 export UBSAN_OPTIONS=print_stacktrace=1 # find all executable test files