From: wolf Date: Mon, 29 Sep 2003 22:29:28 +0000 (+0000) Subject: Show testresults even with report+mail X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3b0102717dd28986c54cfdc0ae7cab0ebee1bdb;p=dealii-svn.git Show testresults even with report+mail git-svn-id: https://svn.dealii.org/trunk@8066 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile b/tests/Makefile index 9da252a714..da06e58a0e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -33,7 +33,9 @@ report: compare fi report+mail: - $(MAKE) report | mail regression-tests@dealii.org + @$(MAKE) report | tee testresults + @cat testresults | mail regression-tests@dealii.org + @rm testresults # collect all header files, and for each try to do the following: