diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-28 22:38:41 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-29 15:46:16 +0000 |
commit | 0ca8c460e867356342180bb625760ed9201a5503 (patch) | |
tree | 34a5b7c761cfdf1f0f14faf7a5e694ba98461457 /spec/unit/dir_spec.lua | |
parent | 5eb1e7a0845570c25585552068fde229da9e0b7a (diff) | |
download | luarocks-0ca8c460e867356342180bb625760ed9201a5503.tar.gz luarocks-0ca8c460e867356342180bb625760ed9201a5503.tar.bz2 luarocks-0ca8c460e867356342180bb625760ed9201a5503.zip |
tests: disable luacov runner tick
Diffstat (limited to 'spec/unit/dir_spec.lua')
-rw-r--r-- | spec/unit/dir_spec.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/unit/dir_spec.lua b/spec/unit/dir_spec.lua index f340beea..da5d6389 100644 --- a/spec/unit/dir_spec.lua +++ b/spec/unit/dir_spec.lua | |||
@@ -11,11 +11,10 @@ describe("luarocks.dir #unit", function() | |||
11 | setup(function() | 11 | setup(function() |
12 | runner = require("luacov.runner") | 12 | runner = require("luacov.runner") |
13 | runner.init(testing_paths.testrun_dir .. "/luacov.config") | 13 | runner.init(testing_paths.testrun_dir .. "/luacov.config") |
14 | runner.tick = true | ||
15 | end) | 14 | end) |
16 | 15 | ||
17 | teardown(function() | 16 | lazy_teardown(function() |
18 | runner.shutdown() | 17 | runner.save_stats() |
19 | end) | 18 | end) |
20 | 19 | ||
21 | describe("dir.is_basic_protocol", function() | 20 | describe("dir.is_basic_protocol", function() |