Skip to content

Commit fad09b7

Browse files
author
MarcoFalke
committed
ci: Remove unused errtrace trap ERR
1 parent d7700d3 commit fad09b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/test/06_script_b.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ cd "${BASE_BUILD_DIR}/bitcoin-$HOST"
104104

105105
bash -c "./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || ( (cat config.log) && false)
106106

107-
set -o errtrace
108-
trap 'bash -c "cat ${BASE_SCRATCH_DIR}/sanitizer-output/* 2> /dev/null"' ERR
109-
110107
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
111108
# MemorySanitizer (MSAN) does not support tracking memory initialization done by
112109
# using the Linux getrandom syscall. Avoid using getrandom by undefining

0 commit comments

Comments
 (0)