We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0b430 commit 9b76eefCopy full SHA for 9b76eef
ci/test/03_test_script.sh
@@ -131,6 +131,7 @@ if [[ "${RUN_TIDY}" == "true" ]]; then
131
fi
132
133
bash -c "cmake -S $BASE_ROOT_DIR -B ${BASE_BUILD_DIR} $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || (
134
+ cd "${BASE_BUILD_DIR}"
135
# shellcheck disable=SC2046
136
cat $(cmake -P "${BASE_ROOT_DIR}/ci/test/GetCMakeLogFiles.cmake")
137
false
0 commit comments