From f3b0102717dd28986c54cfdc0ae7cab0ebee1bdb Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 29 Sep 2003 22:29:28 +0000 Subject: [PATCH] Show testresults even with report+mail git-svn-id: https://svn.dealii.org/trunk@8066 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- 2.39.5