testIntegration: makes list is running nodes injected and available in the body of the test
This commit is contained in:
parent
e6b60ea99b
commit
10c87b2b99
|
@ -62,7 +62,7 @@ template multinodesuite*(name: string, body: untyped) =
|
|||
|
||||
asyncchecksuite name:
|
||||
|
||||
var running: seq[RunningNode]
|
||||
var running {.inject, used.}: seq[RunningNode]
|
||||
var bootstrap: string
|
||||
let starttime = now().format("yyyy-MM-dd'_'HH:mm:ss")
|
||||
var currentTestName = ""
|
||||
|
|
Loading…
Reference in New Issue