mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
test: skip bitcoin_cli test when the cli isn't compiled
This commit is contained in:
parent
30521302f9
commit
621d398750
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ class TestBitcoinCli(BitcoinTestFramework):
|
|||
self.setup_clean_chain = True
|
||||
self.num_nodes = 1
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_cli()
|
||||
|
||||
def run_test(self):
|
||||
"""Main test logic"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue