From c0555fd48ee1f56c9ea6f8df99af97f78bdcf6ce Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Thu, 13 Mar 2025 12:31:16 +0100 Subject: Disable unit test "lanes.stack checker" in Release builds --- unit_tests/scripts/lane/uncooperative_shutdown.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unit_tests/scripts') diff --git a/unit_tests/scripts/lane/uncooperative_shutdown.lua b/unit_tests/scripts/lane/uncooperative_shutdown.lua index ce7df57..56c936b 100644 --- a/unit_tests/scripts/lane/uncooperative_shutdown.lua +++ b/unit_tests/scripts/lane/uncooperative_shutdown.lua @@ -12,7 +12,7 @@ local lane = function() end -- the generator -local g1 = lanes.gen("*", lane) +local g1 = lanes.gen("*", {name = "auto"}, lane) -- launch lane local h1 = g1() -- cgit v1.2.3-55-g6feb