now we can test on mashines without working mail again
git-svn-id: https://svn.dealii.org/trunk@22627
0785d39b-7218-0410-832d-
ea1e28bc413d
verbose = off
+# The mail program. Override this by something like
+#
+# MAIL=mymailprog
+#
+# on the command line to use a different mail agent or to tunnel through ssh.
+# The mail program takes a single argument, which is the mail address for tests
+# The contents of the mail will be provided on STDIN
+MAIL=mail
PLATFORM = $(TARGET)+$(GXX-VERSION:intel_%=%)
PLATFORM-HIERARCHY = $(shell $(PERL) ../hierarchy.pl $(PLATFORM))
report+mail:
@$(MAKE) report | tee testresults
- @cat testresults | \
- mail -s "Regression results from `id -un` on `hostname`" regression-tests@dealii.org
+ @cat testresults | $(MAIL) regression-tests@dealii.org
@rm testresults
######################################################################
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams