Skip to content

Commit e1ce0c5

Browse files
committed
Merge bitcoin/bitcoin#33291: ci: cd into BASE_BUILD_DIR for GetCMakeLogFiles
9b76eef ci: cd into BASE_BUILD_DIR for GetCMakeLogFiles (Sjors Provoost) Pull request description: When a bug is introduced in cmake, we render its logs, which was broken: bitcoin/bitcoin#33290 (comment) ACKs for top commit: maflcko: lgtm ACK 9b76eef 💽 hebasto: ACK 9b76eef, [obviously](bitcoin/bitcoin#33290 (comment)). Tree-SHA512: 97a440efcaa058af1144d66257ac0157d499b66fd9a00fa01e0eaa013267af1643cb062ec6c74366fab88cb706c9cf9d5fb0316195e79582679c7ae8d39ec200
2 parents 2d8f5b9 + 9b76eef commit e1ce0c5

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)