]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2076: tests: MinGW test fails midway and stops v9.1.2076
authorMuraoka Taro <koron.kaoriya@gmail.com>
Sat, 10 Jan 2026 18:07:09 +0000 (18:07 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 10 Jan 2026 18:07:09 +0000 (18:07 +0000)
commit8ddbd31c18f2f35c0fdc8ddae8c01037428d65bf
treeba8db4ddf72c8e30b808bfb983405a377cd9774d
parent28fd7e7702c8d328861b122ba87c41da33e7044b
patch 9.1.2076: tests: MinGW test fails midway and stops

Problem:  tests: When running the MinGW test, an error occurs after
          generating opt_test.vim.
Solution: Rewrite the error detection in cmd.exe syntax (Muraoka Taro).

The recipe section of src/testdir/Make_ming.mak must be written in
cmd.exe syntax.  This is because "SHELL = cmd.exe" is specified at the
beginning.  However, the error detection in the opt_test.vim recipe is
written in UNXI syntax, which caused the error.

closes: #19146

Signed-off-by: Muraoka Taro <koron.kaoriya@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/Make_ming.mak
src/version.c