commit | 60964f68740b8abcbb2d3f0f3aeade21d1bacb22 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 10 17:06:16 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 10 17:06:16 2017 +0200 |
tree | 2674c5aec40c66a65fa1f658438d0f5d322edade | |
parent | 1c13c0fe3e7b15750464ffbc39a4648aa5c639be [diff] [blame] |
patch 8.0.0633: the client-server test is still a bit flaky Problem: The client-server test is still a bit flaky. Solution: Wait a bit for the GUI to start. Check that the version number can be obtained.
diff --git a/src/version.c b/src/version.c index 3c7c967..eb25404 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 633, +/**/ 632, /**/ 631,