mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
MERGE-FIX: functional tests
This commit is contained in:
parent
51584e73a3
commit
90f7d18c8f
6 changed files with 10 additions and 18 deletions
|
|
@ -250,7 +250,7 @@ class TestNode():
|
|||
|
||||
@contextlib.contextmanager
|
||||
def assert_debug_log(self, expected_msgs):
|
||||
debug_log = os.path.join(self.datadir, 'regtest', 'debug.log')
|
||||
debug_log = os.path.join(self.datadir, 'regtest2', 'debug.log')
|
||||
with open(debug_log, encoding='utf-8') as dl:
|
||||
dl.seek(0, 2)
|
||||
prev_size = dl.tell()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue