comparison src/testdir/Make_dos.mak @ 11083:ae86651164d7 v8.0.0430

patch 8.0.0430: options test fails or hangs on MS-Windows commit https://github.com/vim/vim/commit/bb962262eb6b18d93161d7506317d215ae80bfe5 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 8 00:01:35 2017 +0100 patch 8.0.0430: options test fails or hangs on MS-Windows Problem: Options test fails or hangs on MS-Windows. Solution: Run it separately instead of part of test_alot. Use "-S" instead of "-u" to run the script. Fix failures.
author Christian Brabandt <cb@256bit.org>
date Wed, 08 Mar 2017 00:15:04 +0100
parents bbdb4f0134cb
children d8a550329a97
comparison
equal deleted inserted replaced
11082:1f96fcc44bdc 11083:ae86651164d7
128 @echo "$(VIMPROG)" > vimcmd 128 @echo "$(VIMPROG)" > vimcmd
129 $(VIMPROG) -u NONE -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $*.vim 129 $(VIMPROG) -u NONE -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $*.vim
130 @del vimcmd 130 @del vimcmd
131 131
132 opt_test.vim: ../option.c gen_opt_test.vim 132 opt_test.vim: ../option.c gen_opt_test.vim
133 $(VIMPROG) -u gen_opt_test.vim --noplugin --not-a-term ../option.c 133 $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c