commit | 3a6aadb3289be5114db6cce1c8c18b3f5f14d17c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 04 15:28:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 04 15:28:59 2021 +0200 |
tree | 709d46bd953b7fac34d720a8ffbe65f21582f565 | |
parent | ceb06194337f1a9d30cd12edb7b0dc51830b9cb7 [diff] [blame] |
patch 8.2.2708: test sometimes fails waiting for shell in terminal Problem: Test sometimes fails waiting for shell in terminal. Solution: Use WaitForAssert() so we can see the actual job status. Use Run_shell_in_terminal().
diff --git a/src/version.c b/src/version.c index 754e607..2b0955c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2708, +/**/ 2707, /**/ 2706,