mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-13 20:31:12 +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))
|
||||
|
||||
# test suite doesn't appreciate aborts of this nature
|
||||
#if any_mismatch:
|
||||
# self.__log("Mismatches found, exiting.", type="I")
|
||||
# sys.exit(1)
|
||||
if any_mismatch:
|
||||
self.__log("Mismatches found, exiting.", type="I")
|
||||
sys.exit(1)
|
||||
return
|
||||
|
||||
def __parse_arguments(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user