comparison src/testdir/Makefile @ 18378:f2dac4c32f75 v8.1.2183

patch 8.1.2183: running a test is a bit verbose Commit: https://github.com/vim/vim/commit/ba089307bb8d18ab79a6c4a28ceb8419a72209b3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 19 18:56:58 2019 +0200 patch 8.1.2183: running a test is a bit verbose Problem: Running a test is a bit verbose. Solution: Silence some messages. (Daniel Hahler, closes https://github.com/vim/vim/issues/5070)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Oct 2019 19:00:03 +0200
parents 8e10cabcde8a
children 41b2506c7662
comparison
equal deleted inserted replaced
18377:6c588c9c48ee 18378:f2dac4c32f75
71 71
72 # Execute an individual new style test, e.g.: 72 # Execute an individual new style test, e.g.:
73 # make test_largefile 73 # make test_largefile
74 $(NEW_TESTS): 74 $(NEW_TESTS):
75 rm -f $@.res test.log messages 75 rm -f $@.res test.log messages
76 $(MAKE) -f Makefile $@.res 76 @MAKEFLAGS=--no-print-directory $(MAKE) -f Makefile $@.res
77 cat messages 77 @cat messages
78 @if test -f test.log; then \ 78 @if test -f test.log; then \
79 exit 1; \ 79 exit 1; \
80 fi 80 fi
81 81
82 RM_ON_RUN = test.out X* viminfo 82 RM_ON_RUN = test.out X* viminfo