1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-06-07 22:40:25 +02:00
parent 64416127fc
commit 4e0bf84627
2 changed files with 5 additions and 3 deletions

View File

@@ -767,6 +767,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1490,
/**/
1489,
/**/