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