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 -- [email protected] -- 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    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/201909041211.x84CBgOw004222%40masaka.moolenaar.net.

Raspunde prin e-mail lui