aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2015-06-11 17:55:46 +0200
committerMagnus Granberg <zorry@gentoo.org>2015-06-11 17:55:46 +0200
commit39e30ad6e439888b3097a40b3b693e2193401e30 (patch)
tree83abcf1e4cd1be9984752146c49a3fb6569cf32d
parentadd support for test in FEATURES (diff)
downloadtinderbox-cluster-39e30ad6.tar.gz
tinderbox-cluster-39e30ad6.tar.bz2
tinderbox-cluster-39e30ad6.zip
missing strict in digestcheck
-rw-r--r--tbc/pym/qachecks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/pym/qachecks.py b/tbc/pym/qachecks.py
index b0d10f8..36d2a31 100644
--- a/tbc/pym/qachecks.py
+++ b/tbc/pym/qachecks.py
@@ -24,7 +24,7 @@ def digestcheck(mysettings, pkgdir):
@rtype: int
@return: 1 on success and 0 on failure
"""
-
+ strict=False
myfiles = []
justmanifest = None
mf = None