mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-08 08:23:07 +00:00
add test name to datadir path
avoids reusing datadirs between tests
This commit is contained in:
parent
4119dd6a53
commit
e39497bf37
@ -127,8 +127,8 @@ template multinodesuite*(name: string, body: untyped) =
|
||||
", not enough eth accounts."
|
||||
|
||||
let datadir =
|
||||
getTempDir() / "Codex" / sanitize(TestId) / sanitize($starttime) /
|
||||
sanitize($role & "_" & $roleIdx)
|
||||
getTempDir() / "Codex" / sanitize(TestId) / sanitize(currentTestName) /
|
||||
sanitize($starttime) / sanitize($role & "_" & $roleIdx)
|
||||
|
||||
try:
|
||||
if config.logFile.isSome or DebugCodexNodes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user