Commit aa4d18c9 by Alexandre Oliva Committed by Alexandre Oliva

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
parent 076b41ee
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> 1998-11-25 Alexandre Oliva <oliva@dcc.unicamp.br>
* test_summary (-p, prepend_logs): add these before the summary * test_summary (-p, prepend_logs): add these before the summary
......
...@@ -102,7 +102,7 @@ $1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 } ...@@ -102,7 +102,7 @@ $1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 }
else address="g++@cygnus.com"; else address="g++@cygnus.com";
} }
/\/egcsh?((-[^ ]*)?\/|c?[ -])/ { /\/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"; if (version == 0) version="egcs";
} }
/--disable-haifa/ { prefix="haifa-disabled "; } /--disable-haifa/ { prefix="haifa-disabled "; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment