1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Quiet rsync

This commit is contained in:
Artur Adib 2011-11-03 19:50:28 -04:00
parent 2d51ee8fcd
commit 989ad4952f

View file

@ -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: