Moved dejagnu log link to the template.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18111 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tanya Lattner 2004-11-22 18:36:12 +00:00
parent b9df9b4c88
commit 882b8cd493
2 changed files with 1 additions and 3 deletions

View File

@ -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";
}

View 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>