Skip to content

Commit 43a94f0

Browse files
committed
fix: adjust functional tests due to dash's support of thread name after v0.12
1 parent 085120d commit 43a94f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test_framework/test_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def __init__(self, i, datadir, extra_args_from_options, *, chain, rpchost, timew
116116
"--gen-suppressions=all", "--exit-on-first-error=yes",
117117
"--error-exitcode=1", "--quiet"] + self.args
118118

119-
if self.version_is_at_least(190000):
119+
if self.version_is_at_least(120100):
120120
self.args.append("-logthreadnames")
121121

122122
self.cli = TestNodeCLI(bitcoin_cli, self.datadir)

0 commit comments

Comments
 (0)