Patch 8.1.1976

8 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 4, 2019, 8:11:49 AM9/4/19
to vim...@googlegroups.com

Patch 8.1.1976
Problem: Travis log always shows test output.
Solution: Change script to avoid if/else. (Ozaki Kiichi, closes #4892)
Files: .travis.yml


*** ../vim-8.1.1975/.travis.yml 2019-08-24 21:53:12.000023828 +0200
--- .travis.yml 2019-09-04 14:09:53.065195147 +0200
***************
*** 142,153 ****
"${SRCDIR}"/vim --not-a-term -u NONE -S "${SRCDIR}"/testdir/if_ver-2.vim -c quit > /dev/null
cat if_ver.txt
fi
! - |
! if do_test make ${SHADOWOPT} ${TEST}; then
! echo -en "travis_fold:end:test\\r\\033[0K"
! else
! exit 1
! fi


# instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env),
--- 142,149 ----
"${SRCDIR}"/vim --not-a-term -u NONE -S "${SRCDIR}"/testdir/if_ver-2.vim -c quit > /dev/null
cat if_ver.txt
fi
! - do_test make ${SHADOWOPT} ${TEST} && FOLD_MARKER=travis_fold
! - echo -en "${FOLD_MARKER}:end:test\\r\\033[0K"


# instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env),
*** ../vim-8.1.1975/src/version.c 2019-09-04 13:53:16.801330174 +0200
--- src/version.c 2019-09-04 14:11:01.545021538 +0200
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 1976,
/**/

--
If Microsoft would build a car...
... The airbag system would ask "are you SURE?" before deploying.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages