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>
This commit is contained in:
parent
0c27c12d21
commit
cf08a7e15f
@ -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:"
|
||||
|
Loading…
Reference in New Issue
Block a user