diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-02-09 19:20:45 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-02-16 07:49:43 -0500 |
commit | 4907bc262657743903405418cfb459e307064b16 (patch) | |
tree | 0b4a7a165f5690192445d47b84ce3c7190728f61 | |
parent | e52c22d63c4e83fb2fe3760dede191b6b70cb2d2 (diff) | |
download | rneovim-4907bc262657743903405418cfb459e307064b16.tar.gz rneovim-4907bc262657743903405418cfb459e307064b16.tar.bz2 rneovim-4907bc262657743903405418cfb459e307064b16.zip |
vim-patch:8.1.2259: running tests may leave XfakeHOME behind
Problem: Running tests may leave XfakeHOME behind.
Solution: Source summarize.vim without using setup.vim. (closes vim/vim#5177)
Also fix that on MS-Windows the test log isn't echoed.
https://github.com/vim/vim/commit/7d2320414ffdd698c9a17d775f71e2c455c21624
-rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index c36458930f..e52fd888bd 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -86,7 +86,7 @@ nongui: nolog $(FIXFF) $(SCRIPTS) newtests report @echo 'set $$_exitcode = -1\nrun\nif $$_exitcode != -1\n quit\nend' > .gdbinit report: - $(RUN_VIMTEST) $(NO_INITS) -u NONE -S summarize.vim messages + $(NVIM_PRG) -u NONE $(NO_INITS) -S summarize.vim messages @echo @echo 'Test results:' @cat test_result.log |