[FFmpeg-cvslog] fate.sh: Run git-pull in quiet mode to avoid console spam.

Diego Biurrun git at videolan.org
Fri Sep 23 00:37:49 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Sep 20 17:09:44 2011 +0200| [12ad0677b4a81152339e55e60464bc76b450e4db] | committer: Diego Biurrun

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

Since fate.sh can be run from cron, silent commands are preferrable.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12ad0677b4a81152339e55e60464bc76b450e4db
---

 tests/fate.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/fate.sh b/tests/fate.sh
index 9fd117c..617a726 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -35,7 +35,7 @@ checkout(){
 update()(
     cd ${src} || return
     case "$repo" in
-        git:*) git pull ;;
+        git:*) git pull --quiet ;;
     esac
 )
 



More information about the ffmpeg-cvslog mailing list