To: vim_dev@googlegroups.com Subject: Patch 8.1.2259 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2259 Problem: Running tests may leave XfakeHOME behind. Solution: Source summarize.vim without using setup.vim. (closes #5177) Also fix that on MS-Windows the test log isn't echoed. Files: src/testdir/Makefile, src/testdir/Make_dos.mak *** ../vim-8.1.2258/src/testdir/Makefile 2019-10-19 18:56:54.834288133 +0200 --- src/testdir/Makefile 2019-11-05 22:13:53.955296339 +0100 *************** *** 54,60 **** then cp test.log test_result.log; \ else echo No failures reported > test_result.log; \ fi" ! $(RUN_VIMTEST) $(NO_INITS) -S summarize.vim messages $(REDIR_TEST_TO_NULL) @echo @echo 'Test results:' @cat test_result.log --- 54,60 ---- then cp test.log test_result.log; \ else echo No failures reported > test_result.log; \ fi" ! $(VIMPROG) -u NONE $(NO_INITS) -S summarize.vim messages $(REDIR_TEST_TO_NULL) @echo @echo 'Test results:' @cat test_result.log *** ../vim-8.1.2258/src/testdir/Make_dos.mak 2019-10-20 21:47:16.817248371 +0200 --- src/testdir/Make_dos.mak 2019-11-05 22:26:49.748479842 +0100 *************** *** 75,81 **** $(VIMPROG) -u NONE $(NO_INITS) -S summarize.vim messages @echo. @echo Test results: ! @type test_result.log @if exist test.log ( echo TEST FAILURE & exit /b 1 ) \ else ( echo ALL DONE ) --- 75,81 ---- $(VIMPROG) -u NONE $(NO_INITS) -S summarize.vim messages @echo. @echo Test results: ! @cmd /c type test_result.log @if exist test.log ( echo TEST FAILURE & exit /b 1 ) \ else ( echo ALL DONE ) *** ../vim-8.1.2258/src/version.c 2019-11-05 21:53:16.968031787 +0100 --- src/version.c 2019-11-05 22:27:29.632330308 +0100 *************** *** 743,744 **** --- 743,746 ---- { /* Add new patch number below this line */ + /**/ + 2259, /**/ -- My sister Cecilia opened a computer store in Hawaii. She sells C shells by the seashore. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///