/[secure-testing]/bin/checklist
ViewVC logotype

Diff of /bin/checklist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 653 by joeyh, Fri Mar 25 03:02:42 2005 UTC revision 654 by joeyh, Fri Mar 25 15:27:43 2005 UTC
# Line 65  foreach my $list (@ARGV) { Line 65  foreach my $list (@ARGV) {
65                          }                          }
66    
67                          my $maddy=`madison -s testing '$package'`;                          my $maddy=`madison -s testing '$package'`;
68                          if ($? & 128) {                          if ($? & 127) {
69                                  # good old newraff..                                  # good old newraff..
70                                  record($package, "madison segfaulted", $id);                                  record($package, "<em>[madison segfaulted]</em>", $id);
71                          }                          }
72                          elsif ($? >> 8 != 0 && $? >> 8 != 1) {                          elsif ($? >> 8 != 0 && $? >> 8 != 1) {
73                                  record($package, "<em>madison exited with ".($? >> 8)."</em>", $id);                                  record($package, "<em>[madison exited with ".($? >> 8)."]</em>", $id);
74                          }                          }
75                          if (! length $maddy) {                          if (! length $maddy) {
76                                  next;                                  next;

Legend:
Removed from v.653  
changed lines
  Added in v.654

  ViewVC Help
Powered by ViewVC 1.1.5