From c8e26cb8cf4ee2df3d40246a978cb053843743bc Mon Sep 17 00:00:00 2001 From: oliva Date: Thu, 26 Nov 1998 19:25:10 +0000 Subject: [PATCH] * test_summary (address): added Marc Lehmann's testsuite-results to the default e-mail address git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23908 138bc75d-0d04-0410-961f-82ee72b054a4 --- contrib/ChangeLog | 5 +++++ contrib/test_summary | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 6de9948972b..c71f4d3a8dd 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +1998-11-27 Alexandre Oliva + + * test_summary (address): added Marc Lehmann's testsuite-results + to the default e-mail address + 1998-11-25 Alexandre Oliva * test_summary (-p, prepend_logs): add these before the summary diff --git a/contrib/test_summary b/contrib/test_summary index 3280b3b4048..84147c33650 100755 --- a/contrib/test_summary +++ b/contrib/test_summary @@ -102,7 +102,7 @@ $1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 } else address="g++@cygnus.com"; } /\/egcsh?((-[^ ]*)?\/|c?[ -])/ { - address="egcs@cygnus.com"; # testsuite-results@gcc.ml.org"; + address="egcs@cygnus.com testsuite-results@gcc.ml.org"; if (version == 0) version="egcs"; } /--disable-haifa/ { prefix="haifa-disabled "; } -- 2.11.0