mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-07-02 11:43:39 +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
|
end
|
||||||
|
|
||||||
-- if config('compact') == true then
|
if config('compact') == true then
|
||||||
-- info("Using compact output")
|
info("Using compact output")
|
||||||
-- command = vim.tbl_flatten({
|
command = vim.tbl_flatten({
|
||||||
-- command,
|
command,
|
||||||
-- "--compact",
|
"--compact",
|
||||||
-- })
|
})
|
||||||
-- end
|
end
|
||||||
|
|
||||||
debug("Command:", command)
|
debug("Command:", command)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue