commit | 4e0bf846279f3efa6299a98143033db1fdfa143a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 07 22:40:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 07 22:40:25 2019 +0200 |
tree | 7db8b18b9e1c177e1ac37b0b008c9c728af6bf0c | |
parent | 64416127fc184b5544530afe818722679158f059 [diff] [blame] |
patch 8.1.1490: when a single test fails the exit code is not set Problem: When a single test fails the exit code is not set. (Daniel Hahler) Solution: Add an exit command. (closes #4506)
diff --git a/src/version.c b/src/version.c index f63c5f3..75ebdc1 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1490, +/**/ 1489, /**/ 1488,