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/fetch_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/fetch_spec.lua')
-rw-r--r-- | spec/unit/fetch_spec.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/unit/fetch_spec.lua b/spec/unit/fetch_spec.lua index c58e2cea..4fc01d80 100644 --- a/spec/unit/fetch_spec.lua +++ b/spec/unit/fetch_spec.lua | |||
@@ -60,11 +60,10 @@ describe("luarocks fetch #unit", function() | |||
60 | 60 | ||
61 | runner = require("luacov.runner") | 61 | runner = require("luacov.runner") |
62 | runner.init(testing_paths.testrun_dir .. "/luacov.config") | 62 | runner.init(testing_paths.testrun_dir .. "/luacov.config") |
63 | runner.tick = true | ||
64 | end) | 63 | end) |
65 | 64 | ||
66 | teardown(function() | 65 | lazy_teardown(function() |
67 | runner.shutdown() | 66 | runner.save_stats() |
68 | end) | 67 | end) |
69 | 68 | ||
70 | 69 | ||