Skip to content

Commit

Permalink
Update lester
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Nov 5, 2023
1 parent decf713 commit 20adeab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lualib/nelua/thirdparty/lester.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--[[
Minimal test framework for Lua.
lester - v0.1.4 - 04/Jun/2023
lester - v0.1.5 - 18/Oct/2023
Eduardo Bart - [email protected]
https://github.com/edubart/lester
Minimal Lua test framework.
Expand Down Expand Up @@ -422,7 +422,7 @@ function lester.exit()
-- Collect garbage before exiting to call __gc handlers
collectgarbage()
collectgarbage()
os.exit(total_failures == 0)
os.exit(total_failures == 0, true)
end

local expect = {}
Expand Down

0 comments on commit 20adeab

Please sign in to comment.