diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2019-04-02 16:18:51 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-04-03 10:44:51 -0300 |
| commit | 1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74 (patch) | |
| tree | f8c6c85191883077b1be62f542f99d256a5ba836 /spec/util/test_env.lua | |
| parent | 38c02b5e1e6c30733acc54736d1dc7369a0f3342 (diff) | |
| download | luarocks-1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74.tar.gz luarocks-1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74.tar.bz2 luarocks-1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74.zip | |
update to luacov 0.13.1 + cluacov 0.1.1
Diffstat (limited to 'spec/util/test_env.lua')
| -rw-r--r-- | spec/util/test_env.lua | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua index 9337c396..9ff0a470 100644 --- a/spec/util/test_env.lua +++ b/spec/util/test_env.lua | |||
| @@ -926,9 +926,12 @@ function test_env.main() | |||
| 926 | end | 926 | end |
| 927 | 927 | ||
| 928 | -- luacov is needed for both minimal or full environment | 928 | -- luacov is needed for both minimal or full environment |
| 929 | table.insert(urls, "/luacov-0.11.0-1.rockspec") | 929 | table.insert(urls, "/luacov-0.13.0-1.rockspec") |
| 930 | table.insert(urls, "/luacov-0.11.0-1.src.rock") | 930 | table.insert(urls, "/luacov-0.13.0-1.src.rock") |
| 931 | table.insert(urls, "/cluacov-0.1.1-1.rockspec") | ||
| 932 | table.insert(urls, "/cluacov-0.1.1-1.src.rock") | ||
| 931 | table.insert(rocks, "luacov") | 933 | table.insert(rocks, "luacov") |
| 934 | table.insert(rocks, "cluacov") | ||
| 932 | 935 | ||
| 933 | -- Download rocks needed for LuaRocks testing environment | 936 | -- Download rocks needed for LuaRocks testing environment |
| 934 | lfs.mkdir(testing_paths.testing_server) | 937 | lfs.mkdir(testing_paths.testing_server) |
