mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-17 04:11:33 +02:00
qa: Fix double-negative arg test
This commit is contained in:
parent
e8e79958a7
commit
8b2f471a1b
@ -79,7 +79,7 @@ class ConfArgsTest(BitcoinTestFramework):
|
|||||||
conf.write('') # clear
|
conf.write('') # clear
|
||||||
|
|
||||||
def test_log_buffer(self):
|
def test_log_buffer(self):
|
||||||
with self.nodes[0].assert_debug_log(expected_msgs=['Warning: parsed potentially confusing double-negative -connect=0']):
|
with self.nodes[0].assert_debug_log(expected_msgs=['Warning: parsed potentially confusing double-negative -connect=0\n']):
|
||||||
self.start_node(0, extra_args=['-noconnect=0'])
|
self.start_node(0, extra_args=['-noconnect=0'])
|
||||||
self.stop_node(0)
|
self.stop_node(0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user