diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2021-07-22 17:12:15 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2021-07-22 17:12:15 -0300 |
commit | 9ddcd8df4af7f14abb60ec6512492ba20c8dbb4a (patch) | |
tree | 6994145fb79bbfcf4c1f20f71913da13aee4d250 /spec/util/test_env.lua | |
parent | d4e82aae9f411d5d2cac10f7e043a0c3c6180eb1 (diff) | |
download | luarocks-9ddcd8df4af7f14abb60ec6512492ba20c8dbb4a.tar.gz luarocks-9ddcd8df4af7f14abb60ec6512492ba20c8dbb4a.tar.bz2 luarocks-9ddcd8df4af7f14abb60ec6512492ba20c8dbb4a.zip |
tests: bump luacov to 0.15.0
Diffstat (limited to 'spec/util/test_env.lua')
-rw-r--r-- | spec/util/test_env.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua index 1585adac..35c27dc8 100644 --- a/spec/util/test_env.lua +++ b/spec/util/test_env.lua | |||
@@ -940,8 +940,8 @@ function test_env.main() | |||
940 | end | 940 | end |
941 | 941 | ||
942 | -- luacov is needed for both minimal or full environment | 942 | -- luacov is needed for both minimal or full environment |
943 | table.insert(urls, "/luacov-0.13.0-1.rockspec") | 943 | table.insert(urls, "/luacov-0.15.0-1.rockspec") |
944 | table.insert(urls, "/luacov-0.13.0-1.src.rock") | 944 | table.insert(urls, "/luacov-0.15.0-1.src.rock") |
945 | table.insert(urls, "/cluacov-0.1.1-1.rockspec") | 945 | table.insert(urls, "/cluacov-0.1.1-1.rockspec") |
946 | table.insert(urls, "/cluacov-0.1.1-1.src.rock") | 946 | table.insert(urls, "/cluacov-0.1.1-1.src.rock") |
947 | table.insert(rocks, "luacov") | 947 | table.insert(rocks, "luacov") |