Quiet rsync
This commit is contained in:
parent
2d51ee8fcd
commit
989ad4952f
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ def maybeUpdateRefImages(options, browser):
|
||||||
# XXX unclear what to do on errors here ...
|
# XXX unclear what to do on errors here ...
|
||||||
# NB: do *NOT* pass --delete to rsync. That breaks this
|
# NB: do *NOT* pass --delete to rsync. That breaks this
|
||||||
# entire scheme.
|
# entire scheme.
|
||||||
subprocess.check_call(( 'rsync', '-arv', 'tmp/', 'ref/' ))
|
subprocess.check_call(( 'rsync', '-arvq', 'tmp/', 'ref/' ))
|
||||||
|
|
||||||
print 'done'
|
print 'done'
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue