From ff31ad90f367760e941d8fbef2d476589dd3be55 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Thu, 22 Oct 2009 00:11:39 -0700 Subject: makefile: redirect stdout to /dev/null during 'make test' Signed-off-by: Steven Noonan --- crawl-ref/source/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/makefile') diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 6189693793..f5877c90d9 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -564,7 +564,7 @@ PKG_EXCLUDES := $(PWD)/misc/src-pkg-excludes.lst all: $(GAME) test: - ./$(GAME) -test + ./$(GAME) -test > /dev/null ########################################################################## # Dependencies -- cgit v1.2.3-54-g00ecf