commit | dbc0d2163aa5e090d5a0c83aea448803ddbab664 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 18:22:45 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 18:22:45 2018 +0100 |
tree | 54782de3b47ac8c8dc2b7983f6c20f6836872845 | |
parent | c0f05d0bd1a3191598334fb11ad0394e1460877e [diff] [blame] |
patch 8.1.0531: flaky tests often fail with a common error message Problem: Flaky tests often fail with a common error message. Solution: Add a pattern to match an error message indicating a flaky test.
diff --git a/src/version.c b/src/version.c index 878891e..e18c025 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 531, +/**/ 530, /**/ 529,