summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-22 18:36:12 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-22 18:36:12 +0000
commit882b8cd493264fd23136e350e4cc2d26abb32249 (patch)
tree8383abcb4c6b040827226c295a750eb474d976e3 /utils
parentb9df9b4c889ec2512519ae27f0972bd228f42e01 (diff)
downloadllvm-882b8cd493264fd23136e350e4cc2d26abb32249.tar.gz
llvm-882b8cd493264fd23136e350e4cc2d26abb32249.tar.bz2
llvm-882b8cd493264fd23136e350e4cc2d26abb32249.tar.xz
Moved dejagnu log link to the template.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18111 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/NightlyTest.pl3
-rw-r--r--utils/NightlyTestTemplate.html1
2 files changed, 1 insertions, 3 deletions
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl
index c871f810b9..053067e4da 100755
--- a/utils/NightlyTest.pl
+++ b/utils/NightlyTest.pl
@@ -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";
}
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html
index d0d4bf0d0c..9f49bf730f 100644
--- a/utils/NightlyTestTemplate.html
+++ b/utils/NightlyTestTemplate.html
@@ -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>