Skip to content

Commit db51f7d

Browse files
committed
wip macos action
1 parent 5b75be0 commit db51f7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/test/06_script_b.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ index 65e31724bc..f61b471953 100644
5656
if [ "$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
7272
fi
7373

@@ -84,9 +84,9 @@ fi
8484

8585
# Make sure default datadir does not exist and is never read by creating a dummy file
8686
if [ "$CI_OS_NAME" == "macos" ]; then
87-
echo > "${HOME}/Library/Application Support/Bitcoin"
87+
echo > "${HOME}/Library/Application Support/Elements"
8888
else
89-
echo > "${HOME}/.bitcoin"
89+
echo > "${HOME}/.elements"
9090
fi
9191

9292
if [ -z "$NO_DEPENDS" ]; then
@@ -136,7 +136,7 @@ bash -c "${BASE_ROOT_DIR}/configure --cache-file=config.cache $BITCOIN_CONFIG_AL
136136

137137
make distdir VERSION="$HOST"
138138

139-
cd "${BASE_BUILD_DIR}/bitcoin-$HOST"
139+
cd "${BASE_BUILD_DIR}/elements-$HOST"
140140

141141
bash -c "./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || ( (cat config.log) && false)
142142

0 commit comments

Comments
 (0)