commit | c6f874bfeaae906c50f09ca2c9c0879fc2d5e8d6 | [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:57:50 2019 +0100 |
tree | b1a6526498ce1d236ba8bbd9fa055bff1b7bb4ca | |
parent | a1491fe74f7f7d8b42512957cf5f705bbd9cfe54 [diff] [blame] |
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: