mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
runtest.vim: Fix spelling of s:flaky
This commit is contained in:
parent
b9da0bd2c5
commit
54d41ff049
@ -108,7 +108,7 @@ endif
|
||||
for s:test in sort(s:tests)
|
||||
call RunTheTest(s:test)
|
||||
|
||||
if len(v:errors) > 0 && index(flaky, s:test) >= 0
|
||||
if len(v:errors) > 0 && index(s:flaky, s:test) >= 0
|
||||
call add(s:messages, 'Flaky test failed, running it again')
|
||||
let v:errors = []
|
||||
call RunTheTest(s:test)
|
||||
|
Loading…
Reference in New Issue
Block a user