File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ mkdir -p "${PREVIOUS_RELEASES_DIR}"
24
24
25
25
export ASAN_OPTIONS=" detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1"
26
26
export LSAN_OPTIONS=" suppressions=${BASE_ROOT_DIR} /test/sanitizer_suppressions/lsan"
27
- export TSAN_OPTIONS=" suppressions=${BASE_ROOT_DIR} /test/sanitizer_suppressions/tsan:log_path=${BASE_SCRATCH_DIR} /sanitizer-output/tsan"
27
+ export TSAN_OPTIONS=" suppressions=${BASE_ROOT_DIR} /test/sanitizer_suppressions/tsan:halt_on_error=1: log_path=${BASE_SCRATCH_DIR} /sanitizer-output/tsan"
28
28
export UBSAN_OPTIONS=" suppressions=${BASE_ROOT_DIR} /test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1"
29
29
env | grep -E ' ^(BITCOIN_CONFIG|BASE_|QEMU_|CCACHE_|LC_ALL|BOOST_TEST_RANDOM|DEBIAN_FRONTEND|CONFIG_SHELL|(ASAN|LSAN|TSAN|UBSAN)_OPTIONS|PREVIOUS_RELEASES_DIR)' | tee /tmp/env
30
30
if [[ $HOST = * -mingw32 ]]; then
You can’t perform that action at this time.
0 commit comments