1
0
forked from aniani/vim

patch 8.2.2031: some tests fail when run under valgrind

Problem:    Some tests fail when run under valgrind.
Solution:   Avoid timing problems.
This commit is contained in:
Bram Moolenaar
2020-11-22 14:24:00 +01:00
parent 4b2ce1297e
commit 18dc355395
6 changed files with 30 additions and 18 deletions

View File

@@ -37,7 +37,7 @@ def TestCompilingError()
for i in range(1, 9)
text ..= term_getline(buf, i)
endfor
if text =~ 'Error detected'
if text =~ 'Variable not found: nothing'
break
endif
sleep 20m