aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/test_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/test_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/test_spec.lua')
-rw-r--r--spec/unit/test_spec.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/unit/test_spec.lua b/spec/unit/test_spec.lua
index 4d338984..4a31777e 100644
--- a/spec/unit/test_spec.lua
+++ b/spec/unit/test_spec.lua
@@ -19,11 +19,10 @@ describe("LuaRocks test #unit", function()
19 fs.init() 19 fs.init()
20 runner = require("luacov.runner") 20 runner = require("luacov.runner")
21 runner.init(testing_paths.testrun_dir .. "/luacov.config") 21 runner.init(testing_paths.testrun_dir .. "/luacov.config")
22 runner.tick = true
23 end) 22 end)
24 23
25 lazy_teardown(function() 24 lazy_teardown(function()
26 runner.shutdown() 25 runner.save_stats()
27 end) 26 end)
28 27
29 local tmpdir 28 local tmpdir