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
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/33503.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process. A summary of reviews will appear here.
<!--5faf32d7da4f0f540f40219e4f7537a3-->
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
This is not only about the mainnet datadir, but any default datadir. i'm not convinced that this comment adds any information beyond that in the previous line, which already states that.
closing due to lack of interest and may not add any substantial value