Tools: size_compare_branches.py: quieten rsync

this isn't necessary and makes the output more difficult to read
This commit is contained in:
Peter Barker 2023-05-06 09:52:58 +10:00 committed by Peter Barker
parent 85012b003e
commit 791ce7a28e
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ class SizeCompareBranches(object):
shutil.rmtree(dsdl_generated_path, ignore_errors=True)
self.run_waf(bootloader_waf_configure_args)
self.run_waf([v])
self.run_program("rsync", ["rsync", "-aP", "build/", outdir])
self.run_program("rsync", ["rsync", "-ap", "build/", outdir])
def run_all(self):
'''run tests for boards and vehicles passed in constructor'''