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

to the top of the template for identification purposes.

llvm-svn: 14318
This commit is contained in:
Reid Spencer 2004-06-22 15:32:02 +00:00
parent f31fdf895b
commit 3e8722fd9d
1 changed files with 6 additions and 1 deletions

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>