aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-22 10:03:31 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-22 10:02:40 +0200
commitfa1b3abc834a90fb1cfbd5ac63deb28f3990c1fb (patch)
tree198bb1609eb80b47f422fb03d55b48fcacc6b318 /ci
parentfa22966f3307e22b77ea386e1abb60bf8c606170 (diff)
downloadbitcoin-fa1b3abc834a90fb1cfbd5ac63deb28f3990c1fb.tar.xz
ci: Log qa-assets repo last commit
This documents the state in the CI output and may help debugging in case of failure.
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/06_script_b.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh
index 17e9dc1b5c..1e46c71ab9 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -24,6 +24,11 @@ if [ "$RUN_FUZZ_TESTS" = "true" ]; then
if [ ! -d "$DIR_FUZZ_IN" ]; then
git clone --depth=1 https://github.com/bitcoin-core/qa-assets "${DIR_QA_ASSETS}"
fi
+ (
+ cd "${DIR_QA_ASSETS}"
+ echo "Using qa-assets repo from commit ..."
+ git log -1
+ )
elif [ "$RUN_UNIT_TESTS" = "true" ] || [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
export DIR_UNIT_TEST_DATA=${DIR_QA_ASSETS}/unit_test_data/
if [ ! -d "$DIR_UNIT_TEST_DATA" ]; then