Quiet rsync
This commit is contained in:
parent
2d51ee8fcd
commit
989ad4952f
@ -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…
x
Reference in New Issue
Block a user