To: vim_dev@googlegroups.com Subject: Patch 8.2.1525 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///