mirror of https://github.com/bitcoin/bitcoin.git
doc: add clarifying comment that creating the .bitcoin file is to avoid any mainnet datadir access
This commit is contained in:
parent
d8fe258cd6
commit
d66bf8fbd5
|
@ -92,6 +92,7 @@ if [ "$USE_BUSY_BOX" = "true" ]; then
|
|||
fi
|
||||
|
||||
# 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
|
||||
echo > "${HOME}/Library/Application Support/Bitcoin"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue