From 7aa6aa317a9bbd89bce469797cf151c422f5a21c Mon Sep 17 00:00:00 2001 From: lethosor Date: Fri, 4 Aug 2023 17:09:50 -0400 Subject: [PATCH] targets -> target part 2 --- ci/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.lua b/ci/test.lua index de9389b00..bb12f6be1 100644 --- a/ci/test.lua +++ b/ci/test.lua @@ -375,7 +375,7 @@ local function load_tests(file, tests) dfhack.printerr('Invalid config.mode: ' .. tostring(env.config.mode)) return false end - if not env.config.targets then + if not env.config.target then dfhack.printerr('Skipping tests for unspecified target in ' .. file) return true -- TODO: change to false once existing tests have targets specified end