From 12ad0677b4a81152339e55e60464bc76b450e4db Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 20 Sep 2011 17:09:44 +0200 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fate.sh') diff --git a/tests/fate.sh b/tests/fate.sh index 9fd117c3bc..617a726d95 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 ) -- cgit v1.2.3