mirror of https://github.com/ArduPilot/ardupilot
Tools: size_compare_branches.py: quieten rsync
this isn't necessary and makes the output more difficult to read
This commit is contained in:
parent
85012b003e
commit
791ce7a28e
|
@ -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'''
|
||||
|
|
Loading…
Reference in New Issue