aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_summary
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-07-27 14:10:29 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-07-27 14:10:29 -0700
commitda397f8ed09544229b06599cb2878421a2844670 (patch)
tree9d56244de92c0f1488a9f0ffc0a0d7eddceeba50 /contrib/test_summary
parent92e3cac874c244d5b917755c6782d09493218163 (diff)
downloadgcc-da397f8ed09544229b06599cb2878421a2844670.zip
gcc-da397f8ed09544229b06599cb2878421a2844670.tar.gz
gcc-da397f8ed09544229b06599cb2878421a2844670.tar.bz2
* test_summary: Copy LAST_UPDATED UTC time to head of summary.
From-SVN: r44433
Diffstat (limited to 'contrib/test_summary')
-rwxr-xr-xcontrib/test_summary6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/test_summary b/contrib/test_summary
index 3632164..a1bf474 100755
--- a/contrib/test_summary
+++ b/contrib/test_summary
@@ -95,6 +95,12 @@ BEGIN {
'${prepend_logs+" system(\"cat $prepend_logs\"); "}'
}
$1 ~ /\/configure$/ {
+ srcdir = $1;
+ gsub(/\/configure$/, "", srcdir);
+ printf "LAST_UPDATED: ";
+ system("tail -1 " srcdir "/LAST_UPDATED");
+ print "";
+
$1 = "configure flags:"; configflags = $0;
gsub(/--with-gcc-version-trigger=[^ ]* /, "", configflags);
gsub(/ --norecursion/, "", configflags)