]> granicus.if.org Git - vim/commitdiff
patch 8.2.0962: terminal test sometimes hangs on Travis v8.2.0962
authorBram Moolenaar <Bram@vim.org>
Fri, 12 Jun 2020 18:11:55 +0000 (20:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 12 Jun 2020 18:11:55 +0000 (20:11 +0200)
Problem:    Terminal test sometimes hangs on Travis.
Solution:   Do show output for this test temporarily.

src/testdir/Makefile
src/version.c

index 7f9ef0434266ab1ccfc4c57986cb6a248acc8e38..29efa0fe0e46d4a68c331991666d7abd0ddf22db 100644 (file)
@@ -168,6 +168,14 @@ newtestssilent: $(NEW_TESTS_RES)
        $(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
index 93f940b222bdaa1de2416585462976a35cd28384..8c8efd256baa3f0b412d442be60b593835644c8c 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    962,
 /**/
     961,
 /**/