summaryrefslogtreecommitdiffstats
path: root/src/testdir/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-01 21:53:50 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-01 21:53:50 +0200
commit1112c0febb509d0cb219f3a2479fd36833507167 (patch)
tree967a7cd924438bef0fae418c5a837f6001aef1ef /src/testdir/Makefile
parenta0d072ef8203b225bd46bcd826cb3d2e3c3b941a (diff)
patch 8.2.1114: terminal test sometimes times outv8.2.1114
Problem: Terminal test sometimes times out. Solution: Split the test in two parts.
Diffstat (limited to 'src/testdir/Makefile')
-rw-r--r--src/testdir/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 29efa0fe0e..7f9ef04342 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -168,14 +168,6 @@ 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