Added start time, finish time, and platform (uname -a output) information
authorReid Spencer <rspencer@reidspencer.com>
Tue, 22 Jun 2004 15:32:02 +0000 (15:32 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 22 Jun 2004 15:32:02 +0000 (15:32 +0000)
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

utils/NightlyTestTemplate.html

index 1e033296f8e50f581f44fca2d7ad8f5a98f3954d..8e34b7931056f0d7615f6c3bf6dd4e688dce4a42 100644 (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>
 
 </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>