diff options
Diffstat (limited to 'spec/util/test_env.lua')
-rw-r--r-- | spec/util/test_env.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua index 92fb1939..645c182f 100644 --- a/spec/util/test_env.lua +++ b/spec/util/test_env.lua | |||
@@ -1114,6 +1114,10 @@ function test_env.main() | |||
1114 | table.insert(rocks, "luacov") | 1114 | table.insert(rocks, "luacov") |
1115 | table.insert(rocks, "cluacov") | 1115 | table.insert(rocks, "cluacov") |
1116 | 1116 | ||
1117 | -- compat53 is needed | ||
1118 | table.insert(urls, "/compat53-${COMPAT53}.src.rock") | ||
1119 | table.insert(rocks, "compat53") | ||
1120 | |||
1117 | -- Download rocks needed for LuaRocks testing environment | 1121 | -- Download rocks needed for LuaRocks testing environment |
1118 | lfs.mkdir(testing_paths.testing_server) | 1122 | lfs.mkdir(testing_paths.testing_server) |
1119 | download_rocks(urls, testing_paths.testing_server) | 1123 | download_rocks(urls, testing_paths.testing_server) |