]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
test_summary (address): added Marc Lehmann's testsuite-results to the default e-mail...
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Thu, 26 Nov 1998 19:25:10 +0000 (19:25 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Thu, 26 Nov 1998 19:25:10 +0000 (19:25 +0000)
* test_summary (address): added Marc Lehmann's testsuite-results
to the default e-mail address

From-SVN: r23908

contrib/ChangeLog
contrib/test_summary

index 6de9948972bf9170a97748a5c648e6283d291215..c71f4d3a8ddd417c566e644cdcdc0ae6739c6f93 100644 (file)
@@ -1,3 +1,8 @@
+1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * test_summary (address): added Marc Lehmann's testsuite-results
+       to the default e-mail address
+
 1998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * test_summary (-p, prepend_logs): add these before the summary
index 3280b3b40485d6febcb186aff4f8e4639359da6a..84147c336509c78bb10b2b3b057ff6d5901d6a82 100755 (executable)
@@ -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 "; }