Subversion Repositories DevTools

Rev

Rev 2354 | Rev 2413 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2354 Rev 2403
Line 253... Line 253...
253
#Debug0("$pname", $notOk ,$globalErrors ,$pkgBase ,$errorCount ,$notProcessed ,$rtErrorCount);
253
#Debug0("$pname", $notOk ,$globalErrors ,$pkgBase ,$errorCount ,$notProcessed ,$rtErrorCount);
254
        return if ( $notOk ||$globalErrors || $pkgBase ||  $errorCount || $notProcessed || $rtErrorCount );
254
        return if ( $notOk ||$globalErrors || $pkgBase ||  $errorCount || $notProcessed || $rtErrorCount );
255
        print ("$pname\n");
255
        print ("$pname\n");
256
        return;
256
        return;
257
    }
257
    }
-
 
258
 
-
 
259
    if ( $opt_report == 4 )
-
 
260
    {
-
 
261
        #
-
 
262
        #   Just the packages that Global Errors
-
 
263
        #   Short form
-
 
264
        #
-
 
265
        return if (  !$globalErrors);
-
 
266
        print ("$pname\n");
-
 
267
        return;
-
 
268
    }
-
 
269
    
258
    
270
    
259
    if ( $opt_report )
271
    if ( $opt_report )
260
    {
272
    {
261
        return unless ($globalErrors || $pkgBase ||  $errorCount || $notProcessed || $rtErrorCount);
273
        return unless ($globalErrors || $pkgBase ||  $errorCount || $notProcessed || $rtErrorCount);
262
    }
274
    }