Skip to content

Commit 9b76eef

Browse files
committed
ci: cd into BASE_BUILD_DIR for GetCMakeLogFiles
1 parent ba0b430 commit 9b76eef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test/03_test_script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ if [[ "${RUN_TIDY}" == "true" ]]; then
131131
fi
132132

133133
bash -c "cmake -S $BASE_ROOT_DIR -B ${BASE_BUILD_DIR} $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || (
134+
cd "${BASE_BUILD_DIR}"
134135
# shellcheck disable=SC2046
135136
cat $(cmake -P "${BASE_ROOT_DIR}/ci/test/GetCMakeLogFiles.cmake")
136137
false

0 commit comments

Comments
 (0)