]> git.ipfire.org Git - thirdparty/git.git/commitdiff
remote-hg: test: be a little more quiet
authorFelipe Contreras <felipe.contreras@gmail.com>
Sat, 25 May 2013 02:29:17 +0000 (21:29 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 May 2013 14:59:18 +0000 (07:59 -0700)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/test-hg.sh

index ce03fa317e1fcb6f4248ed07e7eb4e47ed2d7ae1..657e0dd433723584a0d6850d5184ad7d9c5b1f5f 100755 (executable)
@@ -109,10 +109,10 @@ test_expect_success 'update bookmark' '
   (
   git clone "hg::$PWD/hgrepo" gitrepo &&
   cd gitrepo &&
-  git checkout devel &&
+  git checkout --quiet devel &&
   echo devel > content &&
   git commit -a -m devel &&
-  git push
+  git push --quiet
   ) &&
 
   hg -R hgrepo bookmarks | egrep "devel[        ]+3:"