diff src/testdir/Makefile @ 21126:a35036006352 v8.2.1114

patch 8.2.1114: terminal test sometimes times out Commit: https://github.com/vim/vim/commit/1112c0febb509d0cb219f3a2479fd36833507167 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 1 21:53:50 2020 +0200 patch 8.2.1114: terminal test sometimes times out Problem: Terminal test sometimes times out. Solution: Split the test in two parts.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jul 2020 22:00:04 +0200
parents 3e606a19fa13
children baccf9e06efe
line wrap: on
line diff
--- 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