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 | 900576f9b8198fc19fe44685beff053202e33c4d (patch) | |
tree | 1f1d6453bb44f779480c4347ab65f9b643aae335 /utils/NightlyTestTemplate.html | |
parent | a3da77708645b698d10db88667b5df2a8d632f5d (diff) | |
download | external_llvm-900576f9b8198fc19fe44685beff053202e33c4d.zip external_llvm-900576f9b8198fc19fe44685beff053202e33c4d.tar.gz external_llvm-900576f9b8198fc19fe44685beff053202e33c4d.tar.bz2 |
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
Diffstat (limited to 'utils/NightlyTestTemplate.html')
-rw-r--r-- | utils/NightlyTestTemplate.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index 1e03329..8e34b79 100644 --- a/utils/NightlyTestTemplate.html +++ b/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> |