mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
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"]
|
board = master["board"]
|
||||||
try:
|
try:
|
||||||
results[board] = self.compare_results(master, pair["branch"])
|
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"])
|
self.elf_diff_results(master, pair["branch"])
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user