diff options
author | Alexandre Oliva <oliva@dcc.unicamp.br> | 1998-11-26 19:25:10 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@gcc.gnu.org> | 1998-11-26 19:25:10 +0000 |
commit | aa4d18c9f7fcafb45e617d3499ff28d54d83121a (patch) | |
tree | 2710c8192c34f5453cc5ebcbb3c2c84b275a5b12 /contrib/test_summary | |
parent | 076b41ee483989ab61d0b54510d7dd31b4df1d47 (diff) | |
download | gcc-aa4d18c9f7fcafb45e617d3499ff28d54d83121a.zip gcc-aa4d18c9f7fcafb45e617d3499ff28d54d83121a.tar.gz gcc-aa4d18c9f7fcafb45e617d3499ff28d54d83121a.tar.bz2 |
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
Diffstat (limited to 'contrib/test_summary')
-rwxr-xr-x | contrib/test_summary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_summary b/contrib/test_summary index 3280b3b..84147c3 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 "; } |