Added start time, finish time, and platform (uname -a output) information

to the top of the template for identification purposes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14318 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-06-22 15:32:02 +00:00
parent a3da777086
commit 900576f9b8

View File

@ -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>