The global $limit was erroneously shadowed by a local in
processjobbranch. Fix this, and move the erroneously hardcoded value
to the global default.
No functional change if --limit was not specified, which it is not for
any of our runs with the in-tree configs.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
use Osstest::Executive;
our (@blessings,@branches);
-our $limit= 500;
+our $limit= 100;
our $htmlout;
open DEBUG, ">/dev/null";
$cond .= " AND branch = ?";
push @params, $bra;
}
- my $limit= 100;
my $offset= $limit-1;
my $fromstuff= <<END;