Patch 8.1.1669
Problem:    Travis: test results section is closed even when some tests
            failed.
Solution:   Only close the section on success. (Daniel Hahler, closes #4659)
Files:      .travis.yml


*** ../vim-8.1.1668/.travis.yml 2019-07-07 15:12:08.765146251 +0200
--- .travis.yml 2019-07-12 18:42:50.588004106 +0200
***************
*** 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}
!   - echo -en "travis_fold:end:test\\r\\033[0K"
  
  # instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env),
  # exclude some builds on mac os x and linux
--- 142,152 ----
        "${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"
!     fi
! 
  
  # instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env),
  # exclude some builds on mac os x and linux
*** ../vim-8.1.1668/src/version.c       2019-07-12 18:12:48.642823375 +0200
--- src/version.c       2019-07-12 18:45:05.683070838 +0200
***************
*** 779,780 ****
--- 779,782 ----
  {   /* Add new patch number below this line */
+ /**/
+     1669,
  /**/

-- 
MESKIMEN'S LAW
    There's never time to do it right, but always time to do it over.

 /// 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/201907121645.x6CGju9l029167%40masaka.moolenaar.net.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui