aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/fun_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/fun_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/fun_spec.lua')
-rw-r--r--spec/unit/fun_spec.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/unit/fun_spec.lua b/spec/unit/fun_spec.lua
index c2b3e864..d7db1362 100644
--- a/spec/unit/fun_spec.lua
+++ b/spec/unit/fun_spec.lua
@@ -9,11 +9,10 @@ describe("luarocks.fun #unit", function()
9 setup(function() 9 setup(function()
10 runner = require("luacov.runner") 10 runner = require("luacov.runner")
11 runner.init(testing_paths.testrun_dir .. "/luacov.config") 11 runner.init(testing_paths.testrun_dir .. "/luacov.config")
12 runner.tick = true
13 end) 12 end)
14 13
15 teardown(function() 14 lazy_teardown(function()
16 runner.shutdown() 15 runner.save_stats()
17 end) 16 end)
18 17
19 describe("fun.concat", function() 18 describe("fun.concat", function()