Browse Source

fate: Be silent when switching to Git branch

tags/n3.1
Diego Biurrun 10 years ago
parent
commit
8caadfc53d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/fate.sh

+ 1
- 1
tests/fate.sh View File

@@ -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