From 512f4c0b46ea5cc359e673b7379cd81925863121 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 14 Mar 2025 14:53:09 +0100 Subject: Give a name to all lanes in the tests --- unit_tests/scripts/lane/cooperative_shutdown.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unit_tests/scripts/lane/cooperative_shutdown.lua') diff --git a/unit_tests/scripts/lane/cooperative_shutdown.lua b/unit_tests/scripts/lane/cooperative_shutdown.lua index 1204e35..756e33c 100644 --- a/unit_tests/scripts/lane/cooperative_shutdown.lua +++ b/unit_tests/scripts/lane/cooperative_shutdown.lua @@ -31,9 +31,9 @@ end -- the generators -local g1 = lanes.gen("*", lane1) -local g2 = lanes.gen("*", lane2) -local g3 = lanes.gen("*", lane3) +local g1 = lanes.gen("*", { name = 'auto' }, lane1) +local g2 = lanes.gen("*", { name = 'auto' }, lane2) +local g3 = lanes.gen("*", { name = 'auto' }, lane3) -- launch lanes local h1 = g1() -- cgit v1.2.3-55-g6feb