Browse Source

Include "tempDataPath" in test settings so that tests don't put files in the main temp directory.

qdn
CalDescent 3 years ago
parent
commit
caf163f98c
  1. 3
      src/test/resources/test-settings-v2.json

3
src/test/resources/test-settings-v2.json

@ -11,5 +11,6 @@
"minPeers": 0,
"pruneBlockLimit": 100,
"bootstrapFilenamePrefix": "test-",
"dataPath": "data-test"
"dataPath": "data-test",
"tempDataPath": "data-test/_temp"
}

Loading…
Cancel
Save