Patch 8.2.1525
Problem: Messages from tests were not always displayed.
Solution: Always show messages, the timing is always useful. (Ken Takata,
closes #6792)
Files: src/testdir/Make_dos.mak, src/testdir/Make_ming.mak,
src/testdir/Makefile
*** ../vim-8.2.1524/src/testdir/Make_dos.mak 2020-08-14 23:08:19.202633295
+0200
--- src/testdir/Make_dos.mak 2020-08-26 22:27:12.442085718 +0200
***************
*** 117,123 ****
# Limitation: Only works with the +eval feature.
newtests: newtestssilent
! @if exist messages (findstr "SKIPPED FAILED" messages > nul) && type
messages
newtestssilent: $(NEW_TESTS_RES)
--- 117,123 ----
# Limitation: Only works with the +eval feature.
newtests: newtestssilent
! @if exist messages type messages
newtestssilent: $(NEW_TESTS_RES)
*** ../vim-8.2.1524/src/testdir/Make_ming.mak 2020-08-14 19:20:19.790506736
+0200
--- src/testdir/Make_ming.mak 2020-08-26 22:27:12.442085718 +0200
***************
*** 129,135 ****
# Limitation: Only works with the +eval feature.
newtests: newtestssilent
! @if exist messages (findstr "SKIPPED FAILED" messages > nul) && type
messages
newtestssilent: $(NEW_TESTS_RES)
--- 129,135 ----
# Limitation: Only works with the +eval feature.
newtests: newtestssilent
! @if exist messages type messages
newtestssilent: $(NEW_TESTS_RES)
*** ../vim-8.2.1524/src/testdir/Makefile 2020-08-13 19:42:36.329326605
+0200
--- src/testdir/Makefile 2020-08-26 22:27:12.446085715 +0200
***************
*** 12,18 ****
# Comment out this line to see the verbose output of tests.
#
# Catches SwapExists to avoid hanging at the ATTENTION prompt.
! REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' >
/dev/null
# Uncomment this line to use valgrind for memory leaks and extra warnings.
# The output goes into a file "valgrind.testN"
--- 12,18 ----
# Comment out this line to see the verbose output of tests.
#
# Catches SwapExists to avoid hanging at the ATTENTION prompt.
! #REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' >
/dev/null
# Uncomment this line to use valgrind for memory leaks and extra warnings.
# The output goes into a file "valgrind.testN"
***************
*** 126,132 ****
RUN_VIMTEST = VIMRUNTIME=$(SCRIPTSOURCE) $(VALGRIND) $(VIMPROG) -f
$(GUI_FLAG) -u unix.vim
newtests: newtestssilent
! @/bin/sh -c "if test -f messages && grep -q 'SKIPPED\|FAILED' messages;
then cat messages; fi"
newtestssilent: $(NEW_TESTS_RES)
--- 126,132 ----
RUN_VIMTEST = VIMRUNTIME=$(SCRIPTSOURCE) $(VALGRIND) $(VIMPROG) -f
$(GUI_FLAG) -u unix.vim
newtests: newtestssilent
! @/bin/sh -c "if test -f messages; then cat messages; fi"
newtestssilent: $(NEW_TESTS_RES)
*** ../vim-8.2.1524/src/version.c 2020-08-25 22:37:44.574877893 +0200
--- src/version.c 2020-08-26 22:27:41.802051251 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1525,
/**/
--
FIRST HEAD: Oh! quick! get the sword out I want to cut his head off.
THIRD HEAD: Oh, cut your own head off.
SECOND HEAD: Yes - do us all a favour.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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/202008262030.07QKUUqc1820434%40masaka.moolenaar.net.