Patch 8.2.0962

8 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 12, 2020, 2:12:37 PM6/12/20
to vim...@googlegroups.com

Patch 8.2.0962
Problem: Terminal test sometimes hangs on Travis.
Solution: Do show output for this test temporarily.
Files: src/testdir/Makefile


*** ../vim-8.2.0961/src/testdir/Makefile 2020-04-23 14:41:42.843059324 +0200
--- src/testdir/Makefile 2020-06-12 20:10:34.158621839 +0200
***************
*** 168,173 ****
--- 168,181 ----
$(RUN_VIMTEST) $(NO_INITS) -S runtest.vim $*.vim $(REDIR_TEST_TO_NULL)
@rm vimcmd

+ # Temporary: Do not use $REDIR_TEST_TO_NULL for test_terminal to be able to see
+ # where it sometimes hanges on CI.
+ test_terminal.res: test_terminal.vim
+ @echo "$(VIMPROG)" > vimcmd
+ @echo "$(RUN_VIMTEST)" >> vimcmd
+ $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim $*.vim
+ @rm vimcmd
+
test_gui.res: test_gui.vim
@echo "$(VIMPROG)" > vimcmd
@echo "$(RUN_GVIMTEST)" >> vimcmd
*** ../vim-8.2.0961/src/version.c 2020-06-12 19:35:29.338583023 +0200
--- src/version.c 2020-06-12 20:11:31.958404192 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 962,
/**/

--
MORTICIAN: What?
CUSTOMER: Nothing -- here's your nine pence.
DEAD PERSON: I'm not dead!
MORTICIAN: Here -- he says he's not dead!
CUSTOMER: Yes, he is.
DEAD PERSON: I'm not!
The Quest for the Holy Grail (Monty Python)

/// 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