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 -- [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/202006121812.05CICUPW385265%40masaka.moolenaar.net.