forked from Qortal-Forker/qortal
Include "tempDataPath" in test settings so that tests don't put files in the main temp directory.
This commit is contained in:
@@ -11,5 +11,6 @@
|
|||||||
"minPeers": 0,
|
"minPeers": 0,
|
||||||
"pruneBlockLimit": 100,
|
"pruneBlockLimit": 100,
|
||||||
"bootstrapFilenamePrefix": "test-",
|
"bootstrapFilenamePrefix": "test-",
|
||||||
"dataPath": "data-test"
|
"dataPath": "data-test",
|
||||||
|
"tempDataPath": "data-test/_temp"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user