mirror of https://github.com/bitcoin/bitcoin.git
Merge d66bf8fbd5
into b510893d00
This commit is contained in:
commit
861efcdbb8
|
@ -92,6 +92,7 @@ if [ "$USE_BUSY_BOX" = "true" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure default datadir does not exist and is never read by creating a dummy file
|
# Make sure default datadir does not exist and is never read by creating a dummy file
|
||||||
|
# Ensuring that no mainnet datadir access is happening from any of the tests
|
||||||
if [ "$CI_OS_NAME" == "macos" ]; then
|
if [ "$CI_OS_NAME" == "macos" ]; then
|
||||||
echo > "${HOME}/Library/Application Support/Bitcoin"
|
echo > "${HOME}/Library/Application Support/Bitcoin"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue