commit | 24820691e6ba9dae41ef16a3d3e55589843b34f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 02 16:38:12 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 02 16:38:12 2017 +0100 |
tree | a313908795b56c5069af29f32ba0272afc2869d5 | |
parent | 22044dc31788d9f1c2da7725269884d9923b4795 [diff] [blame] |
patch 8.0.1365: when one channel test fails others fail as well Problem: When one channel test fails others fail as well. Solution: Stop the job after a failure. Also add a couple of tests to the list of flaky tests.
diff --git a/src/version.c b/src/version.c index e85058e..3f1d7db 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1365, +/**/ 1364, /**/ 1363,