forked from aniani/vim
patch 8.2.1120: Python code not tested properly
Problem: Python code not tested properly. Solution: Add more tests and convert old-style test into new-style test. (Yegappan Lakshmanan, closes #6370)
This commit is contained in:
@@ -21,7 +21,6 @@ SCRIPTS_ALL = \
|
||||
# Tests that run on most systems, but not on Amiga.
|
||||
SCRIPTS_MORE1 = \
|
||||
test52.out \
|
||||
test86.out \
|
||||
test87.out
|
||||
|
||||
|
||||
|
@@ -116,7 +116,7 @@ SCRIPT_GDIFF = test47.out
|
||||
.ENDIF
|
||||
|
||||
.IFDEF HAVE_PYTHON
|
||||
SCRIPT_PYTHON = test86.out test87.out
|
||||
SCRIPT_PYTHON = test87.out
|
||||
.ENDIF
|
||||
|
||||
.in.out :
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user