Make `python -m unittest` show the whole output
[kconfig-hardened-check.git] / kernel_hardening_checker / test_engine.py
index 4c0a7da971b9d85ac689b1d3e3b757c2c953c682..ccb1b18d618a6c51af97411a900f89d927e9c3c1 100644 (file)
@@ -53,6 +53,8 @@ class TestEngine(unittest.TestCase):
         self.assertEqual(...
     """
 
+    maxDiff = None
+
     @staticmethod
     def run_engine(checklist, parsed_kconfig_options, parsed_cmdline_options, parsed_sysctl_options, kernel_version):
         # populate the checklist with data