From 362dd3a50d57b5403d778cdf92839b7f6c30e69e Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 28 Aug 2024 00:35:12 -0300 Subject: tests: use compat53 --- spec/util/test_env.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spec/util/test_env.lua') 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() table.insert(rocks, "luacov") table.insert(rocks, "cluacov") + -- compat53 is needed + table.insert(urls, "/compat53-${COMPAT53}.src.rock") + table.insert(rocks, "compat53") + -- Download rocks needed for LuaRocks testing environment lfs.mkdir(testing_paths.testing_server) download_rocks(urls, testing_paths.testing_server) -- cgit v1.2.3-55-g6feb