From fad09b703f5c6d8524a09eef771eb4525f9f3225 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Tue, 16 May 2023 10:03:08 +0200 Subject: ci: Remove unused errtrace trap ERR --- ci/test/06_script_b.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'ci') diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 3cdec2a37a..361ac4e3c4 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -104,9 +104,6 @@ cd "${BASE_BUILD_DIR}/bitcoin-$HOST" bash -c "./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || ( (cat config.log) && false) -set -o errtrace -trap 'bash -c "cat ${BASE_SCRATCH_DIR}/sanitizer-output/* 2> /dev/null"' ERR - if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then # MemorySanitizer (MSAN) does not support tracking memory initialization done by # using the Linux getrandom syscall. Avoid using getrandom by undefining -- cgit v1.2.3