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

Diff of /bin/checklist

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

revision 563 by joeyh, Thu Feb 10 02:40:36 2005 UTC revision 564 by joeyh, Wed Mar 16 08:49:39 2005 UTC
# Line 47  foreach my $list (@ARGV) { Line 47  foreach my $list (@ARGV) {
47                          my $version=$2;                          my $version=$2;
48    
49                          my $maddy=`madison -s testing '$package'`;                          my $maddy=`madison -s testing '$package'`;
50                            if ($? & 128) {
51                                    # good old newraff..
52                                    record($package, "madison segfaulted", $id);
53                            }
54                            elsif ($? >> 8 != 0 && $? >> 8 != 1) {
55                                    record($package, "madison exited with ".($? >> 8), $id);
56                            }
57                          if (! length $maddy) {                          if (! length $maddy) {
58                                  next;                                  next;
59                          }                          }

Legend:
Removed from v.563  
changed lines
  Added in v.564

  ViewVC Help
Powered by ViewVC 1.1.5