Tools: size_compare_branches: avoid elf_diff when not requested
This commit is contained in:
parent
7e84028a91
commit
2d862758e7
@ -512,7 +512,7 @@ class SizeCompareBranches(object):
|
||||
board = master["board"]
|
||||
try:
|
||||
results[board] = self.compare_results(master, pair["branch"])
|
||||
if not no_elf_diff:
|
||||
if self.run_elf_diff and not no_elf_diff:
|
||||
self.elf_diff_results(master, pair["branch"])
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user