summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-10-10 21:05:31 +0000
committerdes <des@FreeBSD.org>2003-10-10 21:05:31 +0000
commit13c988b2af3fcc1d393c898f7fb1d6d65a0338fa (patch)
tree71e4082d83852ff04be7b7f6db8678ab38aca593 /tools
parent25458fa495eaa7f1b603000671db1e80953a36bb (diff)
downloadFreeBSD-src-13c988b2af3fcc1d393c898f7fb1d6d65a0338fa.zip
FreeBSD-src-13c988b2af3fcc1d393c898f7fb1d6d65a0338fa.tar.gz
There is no need for $have_logs since we determine what platforms and
branches to show from what logs are actually present on disk.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/www/index.cgi5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/tools/tinderbox/www/index.cgi b/tools/tools/tinderbox/www/index.cgi
index 4cd2ae4..4bd97fe 100644
--- a/tools/tools/tinderbox/www/index.cgi
+++ b/tools/tools/tinderbox/www/index.cgi
@@ -103,7 +103,6 @@ MAIN:{
foreach my $arch (sort(keys(%ARCHES))) {
foreach my $machine (sort(keys(%{$ARCHES{$arch}}))) {
- my $have_logs = 0;
my $html = " <tr>
<td>$arch</td>
<td>$machine</td>
@@ -133,12 +132,10 @@ MAIN:{
$html .= " <td>n/a</td>\n";
} else {
$html .= " <td>$links</td>\n";
- $have_logs++;
}
}
$html .= " </tr>\n";
- print $html
- if $have_logs > 0;
+ print $html;
}
}
my $date = strftime("%Y-%m-%d %H:%M UTC", gmtime());
OpenPOWER on IntegriCloud