[llvm-commits] CVS: llvm/utils/NightlyTestTemplate.html
LLVM
llvm at cs.uiuc.edu
Tue Jun 22 10:40:11 PDT 2004
Changes in directory llvm/utils:
NightlyTestTemplate.html updated: 1.29 -> 1.30
---
Log message:
Added start time, finish time, and platform (uname -a output) information
to the top of the template for identification purposes.
---
Diffs of the changes: (+6 -1)
Index: llvm/utils/NightlyTestTemplate.html
diff -u llvm/utils/NightlyTestTemplate.html:1.29 llvm/utils/NightlyTestTemplate.html:1.30
--- llvm/utils/NightlyTestTemplate.html:1.29 Tue Jun 22 00:44:31 2004
+++ llvm/utils/NightlyTestTemplate.html Tue Jun 22 10:32:02 2004
@@ -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>
More information about the llvm-commits
mailing list