commit | 4a070cc82e00618db279526797564cb2b4e9b060 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 07 18:16:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 07 18:16:35 2020 +0200 |
tree | 64dd33dfddbc67afcfc97ca1da752beb9820d995 | |
parent | ea554ca4faf4a0b96706ea24130c4f485b24b241 [diff] [blame] |
patch 8.2.0710: Netbeans test sometimes fails Problem: Netbeans test sometimes fails. Solution: Mark any test using an external command as flaky.
diff --git a/src/version.c b/src/version.c index c7fc8ee..2004f56 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 710, +/**/ 709, /**/ 708,