From e1cc23d4fdf0754495c311fcdef1daa8ab9cf465 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 19 Mar 2025 16:48:27 +1100 Subject: [PATCH] Add "starting test" log to multinodes logging output for context --- tests/integration/multinodes.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/multinodes.nim b/tests/integration/multinodes.nim index 99e90ca5..0931dc73 100644 --- a/tests/integration/multinodes.nim +++ b/tests/integration/multinodes.nim @@ -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) =