Skip to content

Commit

Permalink
bump base
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Jan 25, 2025
1 parent e25b9c1 commit 253d4b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion base
3 changes: 0 additions & 3 deletions spec/unit/commonrequire.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
package.path = "?.lua;common/?.lua;frontend/?.lua;" .. package.path
package.cpath = "?.so;common/?.so;/usr/lib/lua/?.so;" .. package.cpath

-- turn off debug by default and set log level to warning
require("dbg"):turnOff()
local logger = require("logger")
Expand Down
1 change: 0 additions & 1 deletion spec/unit/dbg_spec.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
describe("Dbg module", function()
local dbg, dbg_on
setup(function()
package.path = "?.lua;common/?.lua;frontend/?.lua;" .. package.path
dbg = require("dbg")
dbg_on = dbg.is_on
end)
Expand Down

0 comments on commit 253d4b0

Please sign in to comment.