From: Artur Adib Date: Thu, 3 Nov 2011 23:50:28 +0000 (-0400) Subject: Quiet rsync X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=989ad4952f7822c9853f6125a58021d5d73b3108;p=pdf.js.git Quiet rsync --- diff --git a/test/test.py b/test/test.py index e3aefcf..7d16ea7 100644 --- a/test/test.py +++ b/test/test.py @@ -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: