diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-13 12:31:16 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-13 12:31:16 +0100 |
commit | c0555fd48ee1f56c9ea6f8df99af97f78bdcf6ce (patch) | |
tree | 2d176f8d2acc914fb38949893e76858c13843bf8 /unit_tests/scripts | |
parent | fb03f0e208801406400334014ebcf453ff6f1db0 (diff) | |
download | lanes-c0555fd48ee1f56c9ea6f8df99af97f78bdcf6ce.tar.gz lanes-c0555fd48ee1f56c9ea6f8df99af97f78bdcf6ce.tar.bz2 lanes-c0555fd48ee1f56c9ea6f8df99af97f78bdcf6ce.zip |
Disable unit test "lanes.stack checker" in Release builds
Diffstat (limited to 'unit_tests/scripts')
-rw-r--r-- | unit_tests/scripts/lane/uncooperative_shutdown.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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() | |||
12 | end | 12 | end |
13 | 13 | ||
14 | -- the generator | 14 | -- the generator |
15 | local g1 = lanes.gen("*", lane) | 15 | local g1 = lanes.gen("*", {name = "auto"}, lane) |
16 | 16 | ||
17 | -- launch lane | 17 | -- launch lane |
18 | local h1 = g1() | 18 | local h1 = g1() |