Skip to content

Commit fa1b3ab

Browse files
author
MarcoFalke
committed
ci: Log qa-assets repo last commit
This documents the state in the CI output and may help debugging in case of failure.
1 parent fa22966 commit fa1b3ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/test/06_script_b.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ if [ "$RUN_FUZZ_TESTS" = "true" ]; then
2424
if [ ! -d "$DIR_FUZZ_IN" ]; then
2525
git clone --depth=1 https://github.com/bitcoin-core/qa-assets "${DIR_QA_ASSETS}"
2626
fi
27+
(
28+
cd "${DIR_QA_ASSETS}"
29+
echo "Using qa-assets repo from commit ..."
30+
git log -1
31+
)
2732
elif [ "$RUN_UNIT_TESTS" = "true" ] || [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
2833
export DIR_UNIT_TEST_DATA=${DIR_QA_ASSETS}/unit_test_data/
2934
if [ ! -d "$DIR_UNIT_TEST_DATA" ]; then

0 commit comments

Comments
 (0)