diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-08 00:01:35 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-08 00:01:35 +0100 |
commit | bb962262eb6b18d93161d7506317d215ae80bfe5 (patch) | |
tree | 1fb08a4dbdd955ffc90f158f7a1220cf56e743bc /src/testdir/Make_dos.mak | |
parent | e8512d7fedbddd8d464b2c589e6ba5ab9a41bc78 (diff) | |
download | vim-git-bb962262eb6b18d93161d7506317d215ae80bfe5.tar.gz |
patch 8.0.0430: options test fails or hangs on MS-Windowsv8.0.0430
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.
Diffstat (limited to 'src/testdir/Make_dos.mak')
-rw-r--r-- | src/testdir/Make_dos.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 406d56afe..0e7b461d7 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -130,4 +130,4 @@ test_gui_init.res: test_gui_init.vim @del vimcmd opt_test.vim: ../option.c gen_opt_test.vim - $(VIMPROG) -u gen_opt_test.vim --noplugin --not-a-term ../option.c + $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c |