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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201911052137.xA5Lbtl4006945%40masaka.moolenaar.net.