remove named arg from add_test()

This commit is contained in:
Alex Malykh 2023-11-26 00:52:29 +04:00
parent c0e86fb197
commit 1e45240592

View file

@ -6,10 +6,6 @@ local gotests = {}
---@param args table ---@param args table
local function add_test(args) local function add_test(args)
if c.gotests.named then
table.insert(args, "-named")
end
if c.gotests.template_dir then if c.gotests.template_dir then
table.insert(args, "-template_dir") table.insert(args, "-template_dir")
table.insert(args, c.gotests.template_dir) table.insert(args, c.gotests.template_dir)