File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set -ex
10
10
11
11
export ASAN_OPTIONS=" detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1"
12
12
export LSAN_OPTIONS=" suppressions=${BASE_ROOT_DIR} /test/sanitizer_suppressions/lsan"
13
- export TSAN_OPTIONS=" suppressions=${BASE_ROOT_DIR} /test/sanitizer_suppressions/tsan:halt_on_error=1:log_path= ${BASE_SCRATCH_DIR} /sanitizer-output/tsan "
13
+ export TSAN_OPTIONS=" suppressions=${BASE_ROOT_DIR} /test/sanitizer_suppressions/tsan:halt_on_error=1"
14
14
export UBSAN_OPTIONS=" suppressions=${BASE_ROOT_DIR} /test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1"
15
15
16
16
if [ " $CI_OS_NAME " == " macos" ]; then
@@ -71,8 +71,6 @@ elif [ "$RUN_UNIT_TESTS" = "true" ] || [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]
71
71
fi
72
72
fi
73
73
74
- mkdir -p " ${BASE_SCRATCH_DIR} /sanitizer-output/"
75
-
76
74
if [ " $USE_BUSY_BOX " = " true" ]; then
77
75
echo " Setup to use BusyBox utils"
78
76
# tar excluded for now because it requires passing in the exact archive type in ./depends (fixed in later BusyBox version)
You can’t perform that action at this time.
0 commit comments