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/fun_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/fun_spec.lua')
| -rw-r--r-- | spec/fun_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fun_spec.lua b/spec/fun_spec.lua index b0a082ac..fe945921 100644 --- a/spec/fun_spec.lua +++ b/spec/fun_spec.lua | |||
| @@ -10,6 +10,7 @@ describe("LuaRocks fun tests #unit", function() | |||
| 10 | setup(function() | 10 | setup(function() |
| 11 | runner = require("luacov.runner") | 11 | runner = require("luacov.runner") |
| 12 | runner.init(testing_paths.testrun_dir .. "/luacov.config") | 12 | runner.init(testing_paths.testrun_dir .. "/luacov.config") |
| 13 | runner.tick = true | ||
| 13 | end) | 14 | end) |
| 14 | 15 | ||
| 15 | teardown(function() | 16 | teardown(function() |
