commit | 9e043181ad51536f23d069e719d6f6b96c4c0ec0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 18 15:22:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 18 15:22:09 2022 +0100 |
tree | 72e8e47f02c8bf7d667d49f602bd641ccf8be807 | |
parent | 91c7cbfe31bbef57d5fcf7d76989fc159f73ef15 [diff] [blame] |
patch 9.0.0226: job_start() test may fail under valgrind Problem: job_start() test may fail under valgrind. Solution: Wait until the job is running.
diff --git a/src/version.c b/src/version.c index b2fc962..bbe7a2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 226, +/**/ 225, /**/ 224,