mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Fix retrying on some test failures
This commit is contained in:
@@ -39,6 +39,7 @@ Execute(User provided options should be used):
|
|||||||
|
|
||||||
Execute(The project path should be correct for .git directories):
|
Execute(The project path should be correct for .git directories):
|
||||||
call ale#test#SetFilename('psalm-project/test.php')
|
call ale#test#SetFilename('psalm-project/test.php')
|
||||||
|
let g:matched = 0
|
||||||
|
|
||||||
for g:i in range(4)
|
for g:i in range(4)
|
||||||
if !isdirectory(g:dir . '/.git')
|
if !isdirectory(g:dir . '/.git')
|
||||||
|
|||||||
Reference in New Issue
Block a user