Module: libav Branch: master Commit: 12ad0677b4a81152339e55e60464bc76b450e4db
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Tue Sep 20 17:09:44 2011 +0200 fate.sh: Run git-pull in quiet mode to avoid console spam. Since fate.sh can be run from cron, silent commands are preferrable. --- 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 ) _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
