referenced from #33486 (comment)
This adds a clarifying comment to tell the reader that the creation of the ${HOME}/.bitcoin file is to ensure that there is no mainnet datadir access happening from any of the tests
referenced from #33486 (comment)
This adds a clarifying comment to tell the reader that the creation of the ${HOME}/.bitcoin file is to ensure that there is no mainnet datadir access happening from any of the tests
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/33503.
See the guideline for information on the review process. A summary of reviews will appear here.
91@@ -92,6 +92,7 @@ if [ "$USE_BUSY_BOX" = "true" ]; then
92 fi
93 
94 # Make sure default datadir does not exist and is never read by creating a dummy file
95+# Ensuring that no mainnet datadir access is happening from any of the tests
          Labels
          
          
  
    
Docs