Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove links to non existing javadoc logs #2597

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,6 @@
<h1>Unit Test Logs for <?= $BUILD_ID ?></h1>
<div class="homeitem3col">

<!--
javaDoc logs are "at the top" of the compile logs directory, having been
copied there by "helper.xml". Seems they could easily go into their own directory,
and if so, then there is a releng test that would have to change too, either simply
changing their location in the test.xml, or, changing to whole test to it would know
where to find their special directory, and then loop through the whole directory.
-->
<h2 id="javadoc">Javadoc Logs</h2>
<?php
listLogs("compilelogs");
?>

<h2 id="console">Console Logs</h2>
<p>These logs contain the console output captured while running the JUnit automated tests.</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,6 @@
<div class="homeitem3col">
<h1>Performance Unit Test Logs for <?= $BUILD_ID ?></h1>


<!--
No Javadoc logs.










-->

<h2><a name="console" id="console"></a>Console Logs</h2>
<p>These logs contain the console output captured while running the JUnit automated tests.</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@
</li>
<?php } ?>

<li>
<a href="logs.php#javadoc"><b> Javadoc Logs </b></a>
</li>
<li> <a href="logs.php#console"><b> Console Output Logs </b></a>
</li>
<li> <a href="buildlogs.php"><b>Release engineering build logs</b></a>
Expand Down