Add custom bisq.properties to API test harness #5718
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change adds a
bisq.properties
file toapitest/src/main/resources
, and makes sure it is copied to regtest/dev bisq instances' app data dirs before they are started. By default it is empty, but can be used to override default BisqApp options during ad-hoc testing.The change was necessary because the core's
bisq.properties
resource is not copied to test harness bisq instance's regtest data dirs during a normal build.This PR's branch is based off
master
, is not part of any series of PRs requiring reviewing and merging in chronological order.