MERGE-FIX: functional tests

This commit is contained in:
Gregory Sanders 2019-01-28 18:09:48 +00:00
parent 51584e73a3
commit 90f7d18c8f
6 changed files with 10 additions and 18 deletions

View file

@ -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()