next;
}
- $anypassq->execute($branch, $j->{job}, $s->{testid}, @blessings);
- if (!$anypassq->fetchrow_hashref()) {
- print MRO "never-passed $j->{job} $s->{testid} $st\n";
- print DEBUG " never passed\n";
- $failv->{Summary}= 'never pass';
- $failv->{Blocker}= '';
- next;
- }
-
if ($st eq 'blocked') {
print MRO "blocked $s->{job} $s->{testid}\n";
print DEBUG " blocked, call it justifiable\n";
next;
}
+ $anypassq->execute($branch, $j->{job}, $s->{testid}, @blessings);
+ if (!$anypassq->fetchrow_hashref()) {
+ print MRO "never-passed $j->{job} $s->{testid} $st\n";
+ print DEBUG " never passed\n";
+ $failv->{Summary}= 'never pass';
+ $failv->{Blocker}= '';
+ next;
+ }
+
my @rtups;
push @rtups, [ 10, 0, "baseline untested", undef ];