commit | d7b7770f11c16cfac707b5048c61e722dcc903a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 23 22:46:44 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 23 22:46:44 2020 +0100 |
tree | 74c39ba18a2cf46b2b9f47ed3ed740d200c5dc9f | |
parent | 0df541963d406edd69d3ebe8de3912eb87b05414 [diff] [blame] |
patch 8.2.0438: terminal noblock test is very flaky on BSD Problem: Terminal noblock test is very flaky on BSD. Solution: Change WaitFor() to WaitForAssert() to be able to see why it failed. Add a short wait in between sending keys.
diff --git a/src/version.c b/src/version.c index eef374a..82d93e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 438, +/**/ 437, /**/ 436,