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

avoid setting {BITCOIND,ELEMENTSD}_EXE in setup #88

Merged
merged 1 commit into from
Aug 9, 2024

Commits on Aug 8, 2024

  1. avoid setting {BITCOIND,ELEMENTSD}_EXE in setup

    The logic of setting the env var inside the setup prevents user of other
    OS like nixos to run the tests (because the included binary are not
    working on nixos).
    Setting those env vars is meant to be done in the dev environment not in
    the code.
    With this users with `bitcoind` and `elementsd` in their PATH will work
    too.
    The CI script will set the variables only if they are not already set.
    (Allowing Nixos users to override and run it locally)
    RCasatta committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fb73306 View commit details
    Browse the repository at this point in the history