britney.py: Enable the new consistency checks by default

Signed-off-by: Niels Thykier <niels@thykier.net>
master
Niels Thykier 9 years ago
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…
Cancel
Save