[LON-CAPA-cvs] cvs: loncom /build CHECKRPMS

raeburn lon-capa-cvs@mail.lon-capa.org
Wed, 04 Oct 2006 19:47:33 -0000


raeburn		Wed Oct  4 15:47:33 2006 EDT

  Modified files:              
    /loncom/build	CHECKRPMS 
  Log:
  Another rug output filtering change.
  
  
Index: loncom/build/CHECKRPMS
diff -u loncom/build/CHECKRPMS:1.2 loncom/build/CHECKRPMS:1.3
--- loncom/build/CHECKRPMS:1.2	Wed Oct  4 13:56:44 2006
+++ loncom/build/CHECKRPMS	Wed Oct  4 15:47:33 2006
@@ -218,7 +218,7 @@
         chomp(@output);
         my @clean_output;
         foreach my $line (@output) {
-            if ($line eq 'Waking up ZMD...') {
+            if ($line =~ /^Waking\sup\sZMD\.\.\./) {
                 next;
             } elsif ($line eq 'Done') {
                 next;