mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.0.0479: remote_peek() is not tested
Problem: remote_peek() is not tested.
Solution: Add a test.
6caf606b14
This commit is contained in:
parent
fda2b1e906
commit
22173a64dd
@ -257,6 +257,8 @@ for s:test in sort(s:tests)
|
||||
call RunTheTest(s:test)
|
||||
|
||||
if len(v:errors) > 0 && index(s:flaky, s:test) >= 0
|
||||
call add(s:messages, 'Found errors in ' . s:test . ':')
|
||||
call extend(s:messages, v:errors)
|
||||
call add(s:messages, 'Flaky test failed, running it again')
|
||||
let first_run = v:errors
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user