From: Alexander Popov Date: Sat, 9 Mar 2024 21:38:25 +0000 (+0300) Subject: Make `python -m unittest` show the whole output X-Git-Url: https://jxself.org/git/?p=kconfig-hardened-check.git;a=commitdiff_plain;h=985aa05a22142f309a6050a4700eb717c2bebe49 Make `python -m unittest` show the whole output --- diff --git a/kernel_hardening_checker/test_engine.py b/kernel_hardening_checker/test_engine.py index 4c0a7da..ccb1b18 100644 --- a/kernel_hardening_checker/test_engine.py +++ b/kernel_hardening_checker/test_engine.py @@ -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