From d2b0fbcc6539bcf665b81dc657e410364bda49e8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 10 Feb 2010 15:48:19 +0000 Subject: [PATCH] Specify a subject on regression mails. git-svn-id: https://svn.dealii.org/trunk@20541 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 71c3245257..1a169b3aee 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -83,7 +83,7 @@ endif ############################################################ # Postprocessing the output: compare with precomputed -# files. In default mode, do not show diffs as they are +# files. In default mode, do not show diffs as they are # usually overly verbose. Only if user calls `make' with # flag `verbose=on' show the diffs. Also note that we # usually let the call to `make' continue even if we @@ -157,7 +157,8 @@ report: report+mail: @$(MAKE) report | tee testresults - @cat testresults | mail -s Regression regression-tests@dealii.org + @cat testresults | \ + mail -s "Regression results from `id -un` on `hostname`" regression-tests@dealii.org @rm testresults -- 2.39.5