diff options
author | George Roman <george.roman.99@gmail.com> | 2018-06-10 23:41:32 +0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-12 15:23:31 -0300 |
commit | 9f00925a3d5e70350ad73d908d99c8ef634dc7eb (patch) | |
tree | 7cf909d742bd4f07b6207d4d54adc723250b8b1d /spec/util_spec.lua | |
parent | 1fb1a5668a87e80c6eb7fe54e8b9fa8b1ef5851f (diff) | |
download | luarocks-9f00925a3d5e70350ad73d908d99c8ef634dc7eb.tar.gz luarocks-9f00925a3d5e70350ad73d908d99c8ef634dc7eb.tar.bz2 luarocks-9f00925a3d5e70350ad73d908d99c8ef634dc7eb.zip |
Fix the collecting of coverage data from unit tests
Diffstat (limited to 'spec/util_spec.lua')
-rw-r--r-- | spec/util_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/util_spec.lua b/spec/util_spec.lua index 3bb97a5b..26e93e14 100644 --- a/spec/util_spec.lua +++ b/spec/util_spec.lua | |||
@@ -79,6 +79,7 @@ describe("Luarocks util test #unit", function() | |||
79 | setup(function() | 79 | setup(function() |
80 | runner = require("luacov.runner") | 80 | runner = require("luacov.runner") |
81 | runner.init(testing_paths.testrun_dir .. "/luacov.config") | 81 | runner.init(testing_paths.testrun_dir .. "/luacov.config") |
82 | runner.tick = true | ||
82 | end) | 83 | end) |
83 | 84 | ||
84 | teardown(function() | 85 | teardown(function() |