1
0
forked from aniani/vim

patch 8.1.1830: Travis does not report error when tests fail

Problem:    Travis does not report error when tests fail.
Solution:   Explicitly do "exit 1".
This commit is contained in:
Bram Moolenaar
2019-08-08 22:02:35 +02:00
parent 39de6413c8
commit a576f50662
2 changed files with 4 additions and 0 deletions

View File

@@ -145,6 +145,8 @@ script:
- |
if do_test make ${SHADOWOPT} ${TEST}; then
echo -en "travis_fold:end:test\\r\\033[0K"
else
exit 1
fi

View File

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