From 9b76eef2d2b42703e2a30952d4c3474b533e360a Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Wed, 3 Sep 2025 14:23:08 +0200 Subject: [PATCH] ci: cd into BASE_BUILD_DIR for GetCMakeLogFiles --- ci/test/03_test_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test/03_test_script.sh b/ci/test/03_test_script.sh index a5248b8d8e9..18c7ab6ae24 100755 --- a/ci/test/03_test_script.sh +++ b/ci/test/03_test_script.sh @@ -131,6 +131,7 @@ if [[ "${RUN_TIDY}" == "true" ]]; then fi bash -c "cmake -S $BASE_ROOT_DIR -B ${BASE_BUILD_DIR} $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || ( + cd "${BASE_BUILD_DIR}" # shellcheck disable=SC2046 cat $(cmake -P "${BASE_ROOT_DIR}/ci/test/GetCMakeLogFiles.cmake") false