diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl index c871f810b92..053067e4da3 100755 --- a/utils/NightlyTest.pl +++ b/utils/NightlyTest.pl @@ -297,9 +297,6 @@ sub GetDejagnuTestResults { # (filename, log) push(@lines, "\n"); close SRCHFILE; - #add link to complete testing log - push(@lines, "

A complete log of testing Feature and Regression is available for further analysis.

\n"); - my $content = join("",@lines); return "$content\n"; } diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index d0d4bf0d0cc..9f49bf730f3 100644 --- a/utils/NightlyTestTemplate.html +++ b/utils/NightlyTestTemplate.html @@ -265,6 +265,7 @@ $RegressionTestResults
$DejagnuTestResults +

A complete log of testing Feature and Regression is available for further analysis.