mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
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 #5070)
This commit is contained in:
@@ -73,8 +73,8 @@ $(SCRIPTS) $(SCRIPTS_GUI) $(NEW_TESTS_RES): $(SCRIPTS_FIRST)
|
|||||||
# make test_largefile
|
# make test_largefile
|
||||||
$(NEW_TESTS):
|
$(NEW_TESTS):
|
||||||
rm -f $@.res test.log messages
|
rm -f $@.res test.log messages
|
||||||
$(MAKE) -f Makefile $@.res
|
@MAKEFLAGS=--no-print-directory $(MAKE) -f Makefile $@.res
|
||||||
cat messages
|
@cat messages
|
||||||
@if test -f test.log; then \
|
@if test -f test.log; then \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2183,
|
||||||
/**/
|
/**/
|
||||||
2182,
|
2182,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user