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

This commit is contained in:
CalDescent 2021-11-12 17:46:48 +00:00
parent 1c408db907
commit caf163f98c

View File

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