projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
367dce1
)
Make `python -m unittest` show the whole output
author
Alexander Popov
<alex.popov@linux.com>
Sat, 9 Mar 2024 21:38:25 +0000
(
00:38
+0300)
committer
Alexander Popov
<alex.popov@linux.com>
Sat, 9 Mar 2024 21:38:25 +0000
(
00:38
+0300)
kernel_hardening_checker/test_engine.py
patch
|
blob
|
history
diff --git
a/kernel_hardening_checker/test_engine.py
b/kernel_hardening_checker/test_engine.py
index 4c0a7da971b9d85ac689b1d3e3b757c2c953c682..ccb1b18d618a6c51af97411a900f89d927e9c3c1 100644
(file)
--- 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