mirror of
https://github.com/neovim/neovim.git
synced 2026-08-14 03:04:54 +00:00
build(vim-patch): python2 test is n/a
Target v8.2.1120 . Removed since https://github.com/neovim/neovim/pull/3074. Nvim removed EOL versions in https://github.com/neovim/neovim/pull/17222 .
This commit is contained in:
@@ -942,6 +942,12 @@ is_na_patch() {
|
||||
test "$HUNK_NUM_FINAL" -ne 0 && return 1
|
||||
fi
|
||||
;;
|
||||
src/testdir/Make*.mak)
|
||||
HUNKS=$(git -C "${VIM_SOURCE_DIR}" diff-tree --no-commit-id -r -b -U0 \
|
||||
'-I\stest8[67]\.out \\$' \
|
||||
"$patch" -- "${file}")
|
||||
test -n "$HUNKS" && return 1
|
||||
;;
|
||||
*.h)
|
||||
HUNKS=$(git -C "${VIM_SOURCE_DIR}" diff-tree --no-commit-id -r -b -U0 \
|
||||
'-I^\s+$' \
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
^src/testdir/test_channel
|
||||
^src/testdir/test_terminal
|
||||
^src/testdir/test_vim9
|
||||
^src/testdir/test8[67]\.
|
||||
^src/tool[a-z]
|
||||
^src/vim\.[^h]
|
||||
^src/vim9
|
||||
|
||||
Reference in New Issue
Block a user