1
0
Fork 0
mirror of https://github.com/pnx/neotest-phpunit synced 2026-06-16 03:54:55 +02:00

Support for compact output mode

This commit is contained in:
V13Axel 2024-02-19 08:58:32 -05:00
parent bccafece1a
commit 20ebc86066

View file

@ -145,13 +145,13 @@ function NeotestAdapter.build_spec(args)
})
end
-- if config('compact') == true then
-- info("Using compact output")
-- command = vim.tbl_flatten({
-- command,
-- "--compact",
-- })
-- end
if config('compact') == true then
info("Using compact output")
command = vim.tbl_flatten({
command,
"--compact",
})
end
debug("Command:", command)