Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix install_noded.sh #2422

Merged
merged 3 commits into from
May 16, 2024
Merged

Fix install_noded.sh #2422

merged 3 commits into from
May 16, 2024

Conversation

wfjvdham
Copy link
Contributor

  • Fixed a small bug in the install_noded.sh file. grep "addopts = --${node_impl}d-version" misses an "
  • Clarified how to run test a bit more in the development.md file.
  • Fixed a bug in the tests in case elementsd is not available.

closes #2420

Copy link

netlify bot commented Mar 15, 2024

Deploy Preview for specter-desktop-docs canceled.

Name Link
🔨 Latest commit f898152
🔍 Latest deploy log https://app.netlify.com/sites/specter-desktop-docs/deploys/6646270ac241e90008a574d3

@@ -87,5 +80,9 @@ def test_node_running_elements(caplog, request):
prepare_elements_default_wallet(my_elementsd)
random_address = "el1qqf6tv4n8qp55qc04v4xts5snd9v5uurkry4vskef6lmecahj6c42jt9lnj0432287rs67z9vzq2zvuer036s5mahptwxgyd8k"
my_elementsd.testcoin_faucet(random_address, amount=25)
finally:
Copy link
Collaborator

@k9ert k9ert May 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The finally is still needed, no? Stopping the node should be done in any case.

@k9ert
Copy link
Collaborator

k9ert commented May 15, 2024

Sorry it took so long. However currently i have time to review this and your other PR.

@k9ert k9ert merged commit a52fec8 into cryptoadvance:master May 16, 2024
9 checks passed
@k9ert
Copy link
Collaborator

k9ert commented May 16, 2024

Thank you for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error compiling bitcoin core using install_noded.sh for running the tests
2 participants