@@ -56,7 +56,7 @@ index 65e31724bc..f61b471953 100644
5656if [ " $RUN_FUZZ_TESTS " = " true" ]; then
5757 export DIR_FUZZ_IN=${DIR_QA_ASSETS} /fuzz_seed_corpus/
5858 if [ ! -d " $DIR_FUZZ_IN " ]; then
59- ${CI_RETRY_EXE} git clone --depth=1 https://github.com/bitcoin-core /qa-assets " ${DIR_QA_ASSETS} "
59+ ${CI_RETRY_EXE} git clone --depth=1 https://github.com/ElementsProject /qa-assets " ${DIR_QA_ASSETS} "
6060 fi
6161 (
6262 cd " ${DIR_QA_ASSETS} "
@@ -67,7 +67,7 @@ elif [ "$RUN_UNIT_TESTS" = "true" ] || [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]
6767 export DIR_UNIT_TEST_DATA=${DIR_QA_ASSETS} /unit_test_data/
6868 if [ ! -d " $DIR_UNIT_TEST_DATA " ]; then
6969 mkdir -p " $DIR_UNIT_TEST_DATA "
70- ${CI_RETRY_EXE} curl --location --fail https://github.com/bitcoin-core /qa-assets/raw/main/unit_test_data/script_assets_test.json -o " ${DIR_UNIT_TEST_DATA} /script_assets_test.json"
70+ ${CI_RETRY_EXE} curl --location --fail https://github.com/ElementsProject /qa-assets/raw/main/unit_test_data/script_assets_test.json -o " ${DIR_UNIT_TEST_DATA} /script_assets_test.json"
7171 fi
7272fi
7373
8484
8585# Make sure default datadir does not exist and is never read by creating a dummy file
8686if [ " $CI_OS_NAME " == " macos" ]; then
87- echo > " ${HOME} /Library/Application Support/Bitcoin "
87+ echo > " ${HOME} /Library/Application Support/Elements "
8888else
89- echo > " ${HOME} /.bitcoin "
89+ echo > " ${HOME} /.elements "
9090fi
9191
9292if [ -z " $NO_DEPENDS " ]; then
@@ -136,7 +136,7 @@ bash -c "${BASE_ROOT_DIR}/configure --cache-file=config.cache $BITCOIN_CONFIG_AL
136136
137137make distdir VERSION=" $HOST "
138138
139- cd " ${BASE_BUILD_DIR} /bitcoin -$HOST "
139+ cd " ${BASE_BUILD_DIR} /elements -$HOST "
140140
141141bash -c " ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG " || ( (cat config.log) && false)
142142
0 commit comments