Skip to content

Commit

Permalink
targets -> target part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Aug 4, 2023
1 parent 261367c commit 7aa6aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7aa6aa3

Please sign in to comment.