Skip to content

Commit

Permalink
update ltest
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Feb 28, 2024
1 parent 8375bdd commit 3307855
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/ltest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,7 @@ local function parseCmdLine(cmdLine)
elseif cmdArg == "--shuffle" or cmdArg == "-s" then
result.shuffle = true
elseif cmdArg == "--coverage" or cmdArg == "-c" then
if coverage then
result.coverage = true
end
result.coverage = true
elseif cmdArg == "--list" or cmdArg == "-l" then
result.list = true
elseif cmdArg == "--test" or cmdArg == "-t" then
Expand Down

0 comments on commit 3307855

Please sign in to comment.