summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers
diff options
context:
space:
mode:
authorLibravatar Felipe Contreras <felipe.contreras@gmail.com>2013-05-24 21:29:17 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-05-28 07:59:18 -0700
commitcf08a7e15fd473bc9853227f537f6fe5c6512370 (patch)
treeb8eb02676ea9cd0da89bf7b0abfce0c391969b86 /contrib/remote-helpers
parentremote-hg: tests: fix hg merge (diff)
downloadtgif-cf08a7e15fd473bc9853227f537f6fe5c6512370.tar.xz
remote-hg: test: be a little more quiet
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/remote-helpers')
-rwxr-xr-xcontrib/remote-helpers/test-hg.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh
index ce03fa317e..657e0dd433 100755
--- a/contrib/remote-helpers/test-hg.sh
+++ b/contrib/remote-helpers/test-hg.sh
@@ -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:"