revert test.lua

pull/6336/head
ruki 1 month ago
parent 50ea22ebb1
commit cf1cdfee6d
  1. 2
      scripts/test.lua

@ -272,7 +272,7 @@ function get_modified_packages()
local package = file:match("packages/%w/(%S-)/")
table.insert(packages, package)
end
elseif false then-- line:startswith("+") and line:find("add_versions") then
elseif line:startswith("+") and line:find("add_versions") then
local version = line:match("add_versions%(\"(.-)\"")
if version:find(":", 1, true) then
version = version:split(":")[2]

Loading…
Cancel
Save