summaryrefslogtreecommitdiffstats
path: root/src/testdir/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-12 20:11:55 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-12 20:11:55 +0200
commitf6e020b1225970d95e6848b79066f82d9e65b66c (patch)
tree7df6525df5a3dccf1377371dc4ff6e7f94f5d1b5 /src/testdir/Makefile
parentec68028604b6ee799b2ef5fc861ec5163e82914f (diff)
patch 8.2.0962: terminal test sometimes hangs on Travisv8.2.0962
Problem: Terminal test sometimes hangs on Travis. Solution: Do show output for this test temporarily.
Diffstat (limited to 'src/testdir/Makefile')
-rw-r--r--src/testdir/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 7f9ef04342..29efa0fe0e 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -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