test_summary: Set default mail-address and version for egcs instead of relying on...
* test_summary: Set default mail-address and version for egcs instead of relying on unpredictable pathnames. Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de> From-SVN: r27496
This commit is contained in:
parent
1256ed0280
commit
6f482ae3ff
2 changed files with 8 additions and 10 deletions
|
@ -1,3 +1,9 @@
|
|||
1999-06-12 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* test_summary: Set default mail-address and version for egcs
|
||||
instead of relying on unpredictable pathnames.
|
||||
Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||
|
||||
Fri Apr 2 16:09:02 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* fixinc/*: Delete obsolete files.
|
||||
|
|
|
@ -85,6 +85,8 @@ if $forcemail || $anychange; then :; else mailto=nobody; fi &&
|
|||
$AWK '
|
||||
BEGIN {
|
||||
lang="";
|
||||
address="egcs-testresults@egcs.cygnus.com";
|
||||
version="egcs";
|
||||
print "cat <<\EOF |";
|
||||
'${prepend_logs+" system(\"cat $prepend_logs\"); "}'
|
||||
}
|
||||
|
@ -95,16 +97,6 @@ $1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 }
|
|||
/^[ ]*=== [^ ]+ tests ===/ {
|
||||
if (lang == "") lang = " "$2" "; else lang = " ";
|
||||
}
|
||||
/\/ss(\/|c? )/ {
|
||||
program="ss";
|
||||
if (lang == " ") address="nobody";
|
||||
else if (lang == " gcc ") address="gcc2@cygnus.com";
|
||||
else address="g++@cygnus.com";
|
||||
}
|
||||
/\/egcsh?((-[^ ]*)?\/|c?[ -])/ {
|
||||
address="egcs-testresults@egcs.cygnus.com";
|
||||
if (version == 0) version="egcs";
|
||||
}
|
||||
/--disable-haifa/ { prefix="haifa-disabled "; }
|
||||
/--enable-haifa/ { prefix="haifa-enabled "; }
|
||||
$2 == "version" { save = $0; $1 = ""; $2 = ""; version = $0; gsub(/^ */, "", version); gsub(/\r$/, "", version); $0 = save; }
|
||||
|
|
Loading…
Add table
Reference in a new issue