mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 21:55:17 -07:00
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.
7d2320414f
This commit is contained in:
parent
e52c22d63c
commit
4907bc2626
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user