mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
Refactor text setting methods and remove ldoc files
This commit is contained in:
@@ -17,6 +17,6 @@ function init(self)
|
||||
deftest.add(tests[i])
|
||||
end
|
||||
|
||||
local is_report = (sys.get_config("test.report") == "1")
|
||||
local is_report = (sys.get_config_int("test.report", 0) == 1)
|
||||
deftest.run({ coverage = { enabled = is_report } })
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user