fix: adjust functional tests due to dash's support of thread name after v0.12

This commit is contained in:
Konstantin Akimov 2024-04-06 23:50:45 +07:00
parent 085120d9f9
commit 43a94f0580
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -116,7 +116,7 @@ class TestNode():
"--gen-suppressions=all", "--exit-on-first-error=yes",
"--error-exitcode=1", "--quiet"] + self.args
if self.version_is_at_least(190000):
if self.version_is_at_least(120100):
self.args.append("-logthreadnames")
self.cli = TestNodeCLI(bitcoin_cli, self.datadir)