Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Mar 8, 2024
1 parent 1a648e5 commit 72a291c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ def run_bitcoind():
os.makedirs(BITCOIN_DIRNAME, exist_ok=True)

bitcoind = os.getenv("BITCOIND", "bitcoind")
print(bitcoind)
print(bitcoind)
print(bitcoind)
print(bitcoind)
print(bitcoind)
print(bitcoind)
print(bitcoind)
bitcoind = "bitcoind"

shutil.copy(os.path.join(os.path.dirname(__file__), "bitcoin.conf"), BITCOIN_DIRNAME)
subprocess.Popen([bitcoind, f"--datadir={BITCOIN_DIRNAME}"])
Expand Down

0 comments on commit 72a291c

Please sign in to comment.