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 fa22966 commit fa1b3abCopy full SHA for fa1b3ab
ci/test/06_script_b.sh
@@ -24,6 +24,11 @@ if [ "$RUN_FUZZ_TESTS" = "true" ]; then
24
if [ ! -d "$DIR_FUZZ_IN" ]; then
25
git clone --depth=1 https://github.com/bitcoin-core/qa-assets "${DIR_QA_ASSETS}"
26
fi
27
+ (
28
+ cd "${DIR_QA_ASSETS}"
29
+ echo "Using qa-assets repo from commit ..."
30
+ git log -1
31
+ )
32
elif [ "$RUN_UNIT_TESTS" = "true" ] || [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
33
export DIR_UNIT_TEST_DATA=${DIR_QA_ASSETS}/unit_test_data/
34
if [ ! -d "$DIR_UNIT_TEST_DATA" ]; then
0 commit comments