Skip to content

Commit

Permalink
Add config path (#2076)
Browse files Browse the repository at this point in the history
Co-authored-by: Jouzo <[email protected]>
  • Loading branch information
Bushstar and Jouzo authored Jun 20, 2023
1 parent 5d43402 commit 6f60181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/test_framework/test_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def get_default_config_path():
# standard dev envs, for the rest manual config is required
current_file_path + "/../../../build/test/config.ini",
current_file_path + "/../../test/config.ini",
current_file_path + "/../../config.ini",
]
for p in default_config_paths:
if os.path.exists(p):
Expand Down

0 comments on commit 6f60181

Please sign in to comment.