diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-06-22 15:32:02 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-06-22 15:32:02 +0000 |
commit | 3e8722fd9d1552461641de25f849104bfa6370d9 (patch) | |
tree | 984156c626b6ecc49259d2b3ae9e284fda43e1c4 /llvm/utils | |
parent | f31fdf895b7a2c019df61038b432c239e0b37344 (diff) | |
download | bcm5719-llvm-3e8722fd9d1552461641de25f849104bfa6370d9.tar.gz bcm5719-llvm-3e8722fd9d1552461641de25f849104bfa6370d9.zip |
Added start time, finish time, and platform (uname -a output) information
to the top of the template for identification purposes.
llvm-svn: 14318
Diffstat (limited to 'llvm/utils')
-rw-r--r-- | llvm/utils/NightlyTestTemplate.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/utils/NightlyTestTemplate.html b/llvm/utils/NightlyTestTemplate.html index 1e033296f8e..8e34b793105 100644 --- a/llvm/utils/NightlyTestTemplate.html +++ b/llvm/utils/NightlyTestTemplate.html @@ -1,4 +1,3 @@ - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title>LLVM Test Results for $DateString</title></head> @@ -53,6 +52,12 @@ </td></tr> </table> +<h2>Nightly Test Overview:</h2> +<ul> + <li>Start: <b>$TestStartTime GMT</b></li> + <li>Finish: <b>$TestFinishTime GMT</b></li> + <li>Platform: <b>$TestPlatform</b></li> +</ul> <h2>CVS Tree Overview:</h2> <ul> <li><a href="$DATE-CVS-Log.txt">CVS Checkout Log</a> |