mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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:
parent
39de6413c8
commit
a576f50662
@ -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
|
||||
|
||||
|
||||
|
@ -769,6 +769,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1830,
|
||||
/**/
|
||||
1829,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user