Add "starting test" log to multinodes logging output for context

This commit is contained in:
Eric 2025-03-19 16:48:27 +11:00
parent a8c573e8aa
commit e1cc23d4fd
No known key found for this signature in database

View File

@ -110,6 +110,7 @@ template multinodesuite*(name: string, body: untyped) =
currentTestName = tname
nodeConfigs = startNodeConfigs
test tname:
trace "Starting test", name = tname, nodeConfigs
tbody
proc updatePort(url: var string, port: int) =