Moved dejagnu log link to the template.
authorTanya Lattner <tonic@nondot.org>
Mon, 22 Nov 2004 18:36:12 +0000 (18:36 +0000)
committerTanya Lattner <tonic@nondot.org>
Mon, 22 Nov 2004 18:36:12 +0000 (18:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18111 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NightlyTest.pl
utils/NightlyTestTemplate.html

index c871f810b925431055e8b76386119aad75165734..053067e4da396bcc86e6042a48f4f8ecdc5b6dbb 100755 (executable)
@@ -297,9 +297,6 @@ sub GetDejagnuTestResults { # (filename, log)
   push(@lines, "</pre>\n");
   close SRCHFILE;
 
-  #add link to complete testing log
-  push(@lines, "<p>A complete log of testing <a href=\"$DejagnuLog\">Feature and Regression</a> is available for further analysis.</p>\n");
-
   my $content = join("",@lines);
   return "$content</li></ol>\n";
 }
index d0d4bf0d0cc4bedf69f5bd6882cc927ab8247c4c..9f49bf730f334b83b59114f9631d0d049fa9197a 100644 (file)
@@ -265,6 +265,7 @@ $RegressionTestResults
 </td></tr></table></td></tr></table></center>
 <br/>
 $DejagnuTestResults
+<p>A complete log of testing <a href="$DATE-Dejagnu-testrun.log">Feature and Regression</a> is available for further analysis.</p>
 
 </td></tr></html>