Browse Source

fate.sh: Run git-pull in quiet mode to avoid console spam.

Since fate.sh can be run from cron, silent commands are preferrable.
tags/n0.9
Diego Biurrun 13 years ago
parent
commit
12ad0677b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/fate.sh

+ 1
- 1
tests/fate.sh View File

@@ -35,7 +35,7 @@ checkout(){
update()(
cd ${src} || return
case "$repo" in
git:*) git pull ;;
git:*) git pull --quiet ;;
esac
)



Loading…
Cancel
Save