Skip to content

Commit 989a52e

Browse files
committed
test: add extra_args to BTF class
this allows us to pass extra_args when using TestShell
1 parent 5488dc1 commit 989a52e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/test_framework/test_framework.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def __init__(self):
9797
self.chain: str = 'regtest'
9898
self.setup_clean_chain: bool = False
9999
self.nodes: List[TestNode] = []
100+
self.extra_args = None
100101
self.network_thread = None
101102
self.rpc_timeout = 60 # Wait for up to 60 seconds for the RPC server to respond
102103
self.supports_cli = True

0 commit comments

Comments
 (0)