|
@ -5,6 +5,7 @@ import logging |
|
|
import os |
|
|
import os |
|
|
import pytest |
|
|
import pytest |
|
|
import re |
|
|
import re |
|
|
|
|
|
import shutil |
|
|
import tempfile |
|
|
import tempfile |
|
|
import utils |
|
|
import utils |
|
|
|
|
|
|
|
@ -99,6 +100,8 @@ def node_factory(directory, test_name, bitcoind, executor): |
|
|
if not ok: |
|
|
if not ok: |
|
|
raise Exception("At least one lightning exited with unexpected non-zero return code") |
|
|
raise Exception("At least one lightning exited with unexpected non-zero return code") |
|
|
|
|
|
|
|
|
|
|
|
shutil.rmtree(nf.directory) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def getValgrindErrors(node): |
|
|
def getValgrindErrors(node): |
|
|
for error_file in os.listdir(node.daemon.lightning_dir): |
|
|
for error_file in os.listdir(node.daemon.lightning_dir): |
|
|