diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-06 15:30:00 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-06 15:30:00 +0000 |
commit | 1bb9a4878d1b4f82c7072c68b85ffebc39fc89e6 (patch) | |
tree | e0c476f485c265b16d296929ecd847d1c29e39b1 /utils/NightlyTestTemplate.html | |
parent | 5f92e2b11f68624f9003e710f44e3bc324cbf89a (diff) | |
download | external_llvm-1bb9a4878d1b4f82c7072c68b85ffebc39fc89e6.zip external_llvm-1bb9a4878d1b4f82c7072c68b85ffebc39fc89e6.tar.gz external_llvm-1bb9a4878d1b4f82c7072c68b85ffebc39fc89e6.tar.bz2 |
I wanted to make the top of the page less verbose. Hope this helps.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTestTemplate.html')
-rw-r--r-- | utils/NightlyTestTemplate.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index 6968bbb..eba3c2f 100644 --- a/utils/NightlyTestTemplate.html +++ b/utils/NightlyTestTemplate.html @@ -56,10 +56,8 @@ <ul> <li><a href="$DATE-CVS-Log.txt">CVS Checkout Log</a> <ul> - Time to check out CVS tree: <b>$CVSCheckoutTime</b> seconds<br> - Number of directories in CVS: <b>$NumDirsInCVS</b><br> - Number of files in CVS: <b>$NumFilesInCVS</b><br> - Number of lines of code: <b>$LOC</b></ul> + <b>$NumDirsInCVS</b> dirs, <b>$NumFilesInCVS</b> files, <b>$LOC</b> + lines of code, checked out in <b>$CVSCheckoutTime</b> seconds<br></ul> <li><a href="$DATE-Build-Log.txt">Compilation Log</a> <ul> $BuildError |