diff --git a/britney.py b/britney.py index 170c194..1a8e7a9 100755 --- a/britney.py +++ b/britney.py @@ -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):