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:
Jan Edmund Lazo 2020-02-09 19:20:45 -05:00
parent e52c22d63c
commit 4907bc2626
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -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