From: bangerth Date: Wed, 10 Feb 2010 15:48:19 +0000 (+0000) Subject: Specify a subject on regression mails. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9041e552629aec875236dadf1567c80cca260574;p=dealii-svn.git Specify a subject on regression mails. git-svn-id: https://svn.dealii.org/trunk@20541 0785d39b-7218-0410-832d-ea1e28bc413d --- 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