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:
parent
bccafece1a
commit
20ebc86066
1 changed files with 7 additions and 7 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue