]> git.parisson.com Git - pdf.js.git/commitdiff
Quiet rsync
authorArtur Adib <arturadib@gmail.com>
Thu, 3 Nov 2011 23:50:28 +0000 (19:50 -0400)
committerArtur Adib <arturadib@gmail.com>
Thu, 3 Nov 2011 23:50:28 +0000 (19:50 -0400)
test/test.py

index e3aefcfb5f2f474d4a489505644f552ab9d8977e..7d16ea7961651ebbf9b69a76c9e84c2a4f2606d4 100644 (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: