summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2020-08-29 16:32:17 +0100
committerw0rp <devw0rp@gmail.com>2020-08-29 16:32:17 +0100
commit6888ca46a7ccff0fccf3fde13330cce644470434 (patch)
tree3687ac8bb94cb9f7ddcb7fcd0c54ce4a992178be
parentf1ecc2e06828243bb0425036ce2dc3ca36cd114f (diff)
downloadale-6888ca46a7ccff0fccf3fde13330cce644470434.zip
Fix retrying on some test failures
-rw-r--r--test/command_callback/test_psalm_command_callbacks.vader1
1 files changed, 1 insertions, 0 deletions
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')