[entropy.qa] QA.test_shared_objects, always bind files to packages even if no updates are available

This commit is contained in:
Fabio Erculiani
2010-06-16 22:44:25 +02:00
parent 5e49ede64d
commit 70001b2f93
+2 -6
View File
@@ -812,13 +812,9 @@ class QAInterface(TextInterface, EntropyPluginStore):
matched.add(brokenlib)
continue
cmpstat = client.get_package_action(mymatch)
if cmpstat == 0:
continue
if brokenlib not in pkgs_matched:
pkgs_matched[brokenlib] = set()
obj = pkgs_matched.setdefault(brokenlib, set())
pkgs_matched[brokenlib].add(mymatch)
obj.add(mymatch)
matched.add(brokenlib)
plain_brokenexecs -= matched