Make `python -m unittest` show the whole output
authorAlexander Popov <alex.popov@linux.com>
Sat, 9 Mar 2024 21:38:25 +0000 (00:38 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sat, 9 Mar 2024 21:38:25 +0000 (00:38 +0300)
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