commit | f77af0e61339d553a0a41e3d19dd3fc89ba57fe8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 16:52:16 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 16:52:16 2018 +0100 |
tree | 47540aa76c18b06f881848042a93243b72fe25f9 | |
parent | c4568ab37edc01e01f258d64bceddcd01633a268 [diff] [blame] |
patch 8.1.0529: flaky test sometimes fails in different ways Problem: Flaky test sometimes fails in different ways. Solution: When the second run gives a different error, try running the test again, up to five times.
diff --git a/src/version.c b/src/version.c index e72adfc..ebea70f 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 529, +/**/ 528, /**/ 527,