diff options
author | nicolas.dorier <nicolas.dorier@gmail.com> | 2019-06-21 13:15:26 +0900 |
---|---|---|
committer | nicolas.dorier <nicolas.dorier@gmail.com> | 2019-08-11 11:33:29 +0900 |
commit | c5b404e8f1973afe071a07c63ba1038eefe13f0f (patch) | |
tree | 6888d611e5d66527bef59a7486ab6e3b16877132 /test/functional/test_framework | |
parent | d541fa391844f658bd7035659b5b16695733dd56 (diff) |
Add functional tests for flexible whitebind/list
Diffstat (limited to 'test/functional/test_framework')
-rwxr-xr-x | test/functional/test_framework/test_node.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_framework/test_node.py b/test/functional/test_framework/test_node.py index cac5281764..df027397d2 100755 --- a/test/functional/test_framework/test_node.py +++ b/test/functional/test_framework/test_node.py @@ -68,6 +68,7 @@ class TestNode(): self.index = i self.datadir = datadir + self.bitcoinconf = os.path.join(self.datadir, "bitcoin.conf") self.stdout_dir = os.path.join(self.datadir, "stdout") self.stderr_dir = os.path.join(self.datadir, "stderr") self.chain = chain |