From 989ad4952f7822c9853f6125a58021d5d73b3108 Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Thu, 3 Nov 2011 19:50:28 -0400 Subject: [PATCH] Quiet rsync --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index e3aefcfb5..7d16ea796 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: