mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 9.0.2101: CI: test_termdebug may still fail
Problem: CI: test_termdebug may still fail Solution: use term_wait() to make it more robust closes: #13529 Signed-off-by: shane.xb.qian <shane.qian@foxmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
424da590e4
commit
fdbadea4b6
@@ -96,6 +96,7 @@ func Test_termdebug_basic()
|
||||
bw!
|
||||
endif
|
||||
set columns=160
|
||||
call term_wait(gdb_buf)
|
||||
let winw = winwidth(0)
|
||||
Var
|
||||
if winwidth(0) < winw
|
||||
@@ -113,6 +114,7 @@ func Test_termdebug_basic()
|
||||
bw!
|
||||
endif
|
||||
set columns&
|
||||
call term_wait(gdb_buf)
|
||||
|
||||
wincmd t
|
||||
quit!
|
||||
|
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2101,
|
||||
/**/
|
||||
2100,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user