From: Alexandre Oliva Date: Thu, 26 Nov 1998 19:25:10 +0000 (+0000) Subject: test_summary (address): added Marc Lehmann's testsuite-results to the default e-mail... X-Git-Tag: prereleases/libgcj-0.1~1875 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa4d18c9f7fcafb45e617d3499ff28d54d83121a;p=thirdparty%2Fgcc.git test_summary (address): added Marc Lehmann's testsuite-results to the default e-mail address * test_summary (address): added Marc Lehmann's testsuite-results to the default e-mail address From-SVN: r23908 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 6de9948972bf..c71f4d3a8ddd 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 3280b3b40485..84147c336509 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 "; }