testIntegration: makes list is running nodes injected and available in the body of the test

This commit is contained in:
Marcin Czenko 2024-10-14 02:35:22 +02:00
parent e6b60ea99b
commit 10c87b2b99
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ""