mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-03 05:41:30 +00:00
britney.py: Enable the new consistency checks by default
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
0c5651576a
commit
d911314c2d
@ -364,9 +364,9 @@ class Britney(object):
|
|||||||
self.__log(" ... %s %s != %s" % (check_field_name[f], v1, v2))
|
self.__log(" ... %s %s != %s" % (check_field_name[f], v1, v2))
|
||||||
|
|
||||||
# test suite doesn't appreciate aborts of this nature
|
# test suite doesn't appreciate aborts of this nature
|
||||||
#if any_mismatch:
|
if any_mismatch:
|
||||||
# self.__log("Mismatches found, exiting.", type="I")
|
self.__log("Mismatches found, exiting.", type="I")
|
||||||
# sys.exit(1)
|
sys.exit(1)
|
||||||
return
|
return
|
||||||
|
|
||||||
def __parse_arguments(self):
|
def __parse_arguments(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user