You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected_msg='Error: Error reading configuration file: parse error on line 1: garbage',
56
+
)
57
+
58
+
self.log.debug('Verifying that disabling of the config file means garbage inside of it does ' \
59
+
'not prevent the node from starting, and message about existing config file is logged')
60
+
ignored_file_message= [f'[InitConfig] Data directory "{self.nodes[0].datadir_path}" contains a "bitcoin.conf" file which is explicitly ignored using -noconf.']
0 commit comments