Return to CHECKRPMS CVS log | Up to [LON-CAPA] / loncom / build |
version 1.2, 2006/10/04 17:56:44 | version 1.3, 2006/10/04 19:47:33 |
---|---|
Line 218 sub check_with_rug { | Line 218 sub check_with_rug { |
chomp(@output); | chomp(@output); |
my @clean_output; | my @clean_output; |
foreach my $line (@output) { | foreach my $line (@output) { |
if ($line eq 'Waking up ZMD...') { | if ($line =~ /^Waking\sup\sZMD\.\.\./) { |
next; | next; |
} elsif ($line eq 'Done') { | } elsif ($line eq 'Done') { |
next; | next; |