targets -> target part 2

develop
lethosor 2023-08-04 17:09:50 -04:00
parent 261367cf03
commit 7aa6aa317a
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 1 deletions

@ -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