mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.0962: terminal test sometimes hangs on Travis
Problem: Terminal test sometimes hangs on Travis. Solution: Do show output for this test temporarily.
This commit is contained in:
parent
ec68028604
commit
f6e020b122
@ -168,6 +168,14 @@ newtestssilent: $(NEW_TESTS_RES)
|
|||||||
$(RUN_VIMTEST) $(NO_INITS) -S runtest.vim $*.vim $(REDIR_TEST_TO_NULL)
|
$(RUN_VIMTEST) $(NO_INITS) -S runtest.vim $*.vim $(REDIR_TEST_TO_NULL)
|
||||||
@rm vimcmd
|
@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
|
test_gui.res: test_gui.vim
|
||||||
@echo "$(VIMPROG)" > vimcmd
|
@echo "$(VIMPROG)" > vimcmd
|
||||||
@echo "$(RUN_GVIMTEST)" >> vimcmd
|
@echo "$(RUN_GVIMTEST)" >> vimcmd
|
||||||
|
@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
962,
|
||||||
/**/
|
/**/
|
||||||
961,
|
961,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user