mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Show removed symbols in abi check
This commit is contained in:
parent
08f363baa9
commit
0ae1a53e32
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ class AbiChecker(object):
|
|||
|
||||
def _remove_extra_detail_from_report(self, report_root):
|
||||
for tag in ['test_info', 'test_results', 'problem_summary',
|
||||
'added_symbols', 'removed_symbols', 'affected']:
|
||||
'added_symbols', 'affected']:
|
||||
self._remove_children_with_tag(report_root, tag)
|
||||
|
||||
for report in report_root:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue