fate: Be silent when switching to Git branch

pull/180/head
Diego Biurrun 9 years ago
parent 8d918a98aa
commit 8caadfc53d
  1. 2
      tests/fate.sh

@ -37,7 +37,7 @@ checkout(){
update()(
cd ${src} || return
case "$repo" in
git:*) git fetch --force; git reset --hard "origin/$branch" ;;
git:*) git fetch --force; git reset --quiet --hard "origin/$branch" ;;
esac
)

Loading…
Cancel
Save