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
Copy file name to clipboardExpand all lines: test/functional/feature_config_args.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,10 @@ def run_test(self):
248
248
249
249
self.nodes[0].assert_start_raises_init_error(['-conf='+conf_file], 'Error: Error reading configuration file: specified data directory "'+new_data_dir+'" does not exist.')
250
250
251
+
# Check that an explicitly specified config file that cannot be opened fails
self.nodes[0].assert_start_raises_init_error(['-conf='+none_existent_conf_file], 'Error: Error reading configuration file: specified config file "'+none_existent_conf_file+'" could not be opened.')
254
+
251
255
# Create the directory and ensure the config file now works
0 commit comments