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
This commit is contained in:
Alexandre Oliva 1998-11-26 19:25:10 +00:00 committed by Alexandre Oliva
parent 076b41ee48
commit aa4d18c9f7
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -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 "; }