To: vim_dev@googlegroups.com Subject: Patch 8.1.2183 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2183 Problem: Running a test is a bit verbose. Solution: Silence some messages. (Daniel Hahler, closes #5070) Files: src/testdir/Makefile *** ../vim-8.1.2182/src/testdir/Makefile 2019-09-14 15:46:29.154270702 +0200 --- src/testdir/Makefile 2019-10-19 18:54:34.622978801 +0200 *************** *** 73,80 **** # make test_largefile $(NEW_TESTS): rm -f $@.res test.log messages ! $(MAKE) -f Makefile $@.res ! cat messages @if test -f test.log; then \ exit 1; \ fi --- 73,80 ---- # make test_largefile $(NEW_TESTS): rm -f $@.res test.log messages ! @MAKEFLAGS=--no-print-directory $(MAKE) -f Makefile $@.res ! @cat messages @if test -f test.log; then \ exit 1; \ fi *** ../vim-8.1.2182/src/version.c 2019-10-19 18:37:37.377125787 +0200 --- src/version.c 2019-10-19 18:55:45.334628429 +0200 *************** *** 743,744 **** --- 743,746 ---- { /* Add new patch number below this line */ + /**/ + 2183, /**/ -- "I've been teaching myself to play the piano for about 5 years and now write most of my songs on it, mainly because I can never find any paper." Jeff Lynne, ELO's greatest hits /// 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 ///