mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
fix: adjust functional tests due to dash's support of thread name after v0.12
This commit is contained in:
parent
085120d9f9
commit
43a94f0580
@ -116,7 +116,7 @@ class TestNode():
|
|||||||
"--gen-suppressions=all", "--exit-on-first-error=yes",
|
"--gen-suppressions=all", "--exit-on-first-error=yes",
|
||||||
"--error-exitcode=1", "--quiet"] + self.args
|
"--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.args.append("-logthreadnames")
|
||||||
|
|
||||||
self.cli = TestNodeCLI(bitcoin_cli, self.datadir)
|
self.cli = TestNodeCLI(bitcoin_cli, self.datadir)
|
||||||
|
Loading…
Reference in New Issue
Block a user