test(git): silence streaming test stdout
This commit is contained in:
@@ -488,7 +488,7 @@ local function with_echo_stub(fn)
|
|||||||
history = history,
|
history = history,
|
||||||
opts = opts or {},
|
opts = opts or {},
|
||||||
})
|
})
|
||||||
return original(chunks, history, opts)
|
return -1
|
||||||
end
|
end
|
||||||
local ok, err = pcall(fn, calls)
|
local ok, err = pcall(fn, calls)
|
||||||
vim.api.nvim_echo = original
|
vim.api.nvim_echo = original
|
||||||
|
|||||||
Reference in New Issue
Block a user