From: Guido Kanschat Date: Wed, 10 Feb 2010 03:59:06 +0000 (+0000) Subject: add subject to reduce spam count X-Git-Tag: v8.0.0~6515 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5076bd9e0c02d46971603880189065f2b56ef640;p=dealii.git add subject to reduce spam count git-svn-id: https://svn.dealii.org/trunk@20537 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 9393c59ed9..71c3245257 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -1,7 +1,7 @@ ###################################################################### # Makefile.rules,v 1.11 2001/04/24 13:18:09 wolf Exp # -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, the deal.II authors +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, the deal.II authors # # Common make rules for test files. To be included by the Makefiles # in the subdirectories. @@ -157,7 +157,7 @@ report: report+mail: @$(MAKE) report | tee testresults - @cat testresults | mail regression-tests@dealii.org + @cat testresults | mail -s Regression regression-tests@dealii.org @rm testresults