commit | 0ae1a53e32b2d5c30e6fd114f2247892919df310 | [log] [tgz] |
---|---|---|
author | Darryl Green <darryl.green@arm.com> | Wed Jun 05 12:57:50 2019 +0100 |
committer | Darryl Green <darryl.green@arm.com> | Wed Jun 05 12:58:40 2019 +0100 |
tree | 9e1baf065440f6d421b86fc09222550590878374 | |
parent | 08f363baa929769623362403ca027c17744fef38 [diff] |
Show removed symbols in abi check
diff --git a/scripts/abi_check.py b/scripts/abi_check.py index 30c3fe5..7daeaf8 100755 --- a/scripts/abi_check.py +++ b/scripts/abi_check.py
@@ -214,7 +214,7 @@ 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: