CVS: src/si/extras entitycheck.py,1.34,1.35
Mats Wichmann <[email protected]> Fri, 25 Apr 2003 12:33:35 -0700
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/lsb/src/si/extras
In directory sc8-pr-cvs1:/tmp/cvs-serv8610
Modified Files:
entitycheck.py
Log Message:
Put back success/fail calculation even if quiet mode is selected
Index: entitycheck.py
===================================================================
RCS file: /cvsroot/lsb/src/si/extras/entitycheck.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** entitycheck.py 25 Apr 2003 16:30:18 -0000 1.34
--- entitycheck.py 25 Apr 2003 19:33:32 -0000 1.35
***************
*** 299,302 ****
--- 299,306 ----
if sums[0] or sums[1]: rv = 1
dump_coll(extras, "Files not in use:")
+ else:
+ if miss_pkg or miss_pat: rv = 1
+ if check_sums:
+ if sums[0] or sums[1]: rv = 1
return rv