diff options
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 | ||