mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
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 ...
|
||||
# NB: do *NOT* pass --delete to rsync. That breaks this
|
||||
# entire scheme.
|
||||
subprocess.check_call(( 'rsync', '-arv', 'tmp/', 'ref/' ))
|
||||
subprocess.check_call(( 'rsync', '-arvq', 'tmp/', 'ref/' ))
|
||||
|
||||
print 'done'
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue