aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/build_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-02-28 22:38:41 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-02-29 15:46:16 +0000
commit0ca8c460e867356342180bb625760ed9201a5503 (patch)
tree34a5b7c761cfdf1f0f14faf7a5e694ba98461457 /spec/unit/build_spec.lua
parent5eb1e7a0845570c25585552068fde229da9e0b7a (diff)
downloadluarocks-0ca8c460e867356342180bb625760ed9201a5503.tar.gz
luarocks-0ca8c460e867356342180bb625760ed9201a5503.tar.bz2
luarocks-0ca8c460e867356342180bb625760ed9201a5503.zip
tests: disable luacov runner tick
Diffstat (limited to 'spec/unit/build_spec.lua')
-rw-r--r--spec/unit/build_spec.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/unit/build_spec.lua b/spec/unit/build_spec.lua
index fb680858..3ef8eece 100644
--- a/spec/unit/build_spec.lua
+++ b/spec/unit/build_spec.lua
@@ -32,7 +32,6 @@ describe("LuaRocks build #unit", function()
32 lazy_setup(function() 32 lazy_setup(function()
33 runner = require("luacov.runner") 33 runner = require("luacov.runner")
34 runner.init(testing_paths.testrun_dir .. "/luacov.config") 34 runner.init(testing_paths.testrun_dir .. "/luacov.config")
35 runner.tick = true
36 cfg.init() 35 cfg.init()
37 fs.init() 36 fs.init()
38 deps.check_lua_incdir(cfg.variables) 37 deps.check_lua_incdir(cfg.variables)
@@ -40,7 +39,7 @@ describe("LuaRocks build #unit", function()
40 end) 39 end)
41 40
42 lazy_teardown(function() 41 lazy_teardown(function()
43 runner.shutdown() 42 runner.save_stats()
44 end) 43 end)
45 44
46 describe("build.builtin", function() 45 describe("build.builtin", function()