From 6888ca46a7ccff0fccf3fde13330cce644470434 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 29 Aug 2020 16:32:17 +0100 Subject: [PATCH] Fix retrying on some test failures --- test/command_callback/test_psalm_command_callbacks.vader | 1 + 1 file changed, 1 insertion(+) diff --git a/test/command_callback/test_psalm_command_callbacks.vader b/test/command_callback/test_psalm_command_callbacks.vader index 29698789..d32780e6 100644 --- a/test/command_callback/test_psalm_command_callbacks.vader +++ b/test/command_callback/test_psalm_command_callbacks.vader @@ -39,6 +39,7 @@ Execute(User provided options should be used): Execute(The project path should be correct for .git directories): call ale#test#SetFilename('psalm-project/test.php') + let g:matched = 0 for g:i in range(4) if !isdirectory(g:dir . '/.git')