From: Wolfgang Bangerth Date: Mon, 8 Nov 1999 12:02:47 +0000 (+0000) Subject: Suppress needless output. X-Git-Tag: v8.0.0~21513 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=619e64a654bc88b71523139ab7ad8e09f14c0016;p=dealii.git Suppress needless output. git-svn-id: https://svn.dealii.org/trunk@1839 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/Makefile b/tests/deal.II/Makefile index 33eb9de937..85692be1d6 100644 --- a/tests/deal.II/Makefile +++ b/tests/deal.II/Makefile @@ -66,7 +66,7 @@ targets = $(addsuffix .target, $(executables)) # the right filename by dropping the suffix added for the make-rule %.target : % @echo ============================ Executing Testcase: $< - ./$< > $(subst testcase,output,$<) + @./$< > $(subst testcase,output,$<) # this is the main target # make dependence so that it first wants to compile all files then