diff options
author | w0rp <devw0rp@gmail.com> | 2020-08-29 16:32:17 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-08-29 16:32:17 +0100 |
commit | 6888ca46a7ccff0fccf3fde13330cce644470434 (patch) | |
tree | 3687ac8bb94cb9f7ddcb7fcd0c54ce4a992178be | |
parent | f1ecc2e06828243bb0425036ce2dc3ca36cd114f (diff) | |
download | ale-6888ca46a7ccff0fccf3fde13330cce644470434.zip |
Fix retrying on some test failures
-rw-r--r-- | test/command_callback/test_psalm_command_callbacks.vader | 1 |
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') |