OSDN Git Service

* test_summary (address): added Marc Lehmann's testsuite-results
authoroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Nov 1998 19:25:10 +0000 (19:25 +0000)
committeroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Nov 1998 19:25:10 +0000 (19:25 +0000)
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
contrib/test_summary

index 6de9948..c71f4d3 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 3280b3b..84147c3 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 "; }