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 6567a399de
commit ff1acb9391
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) =