Diego Biurrun <[email protected]> writes:

> 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 6015155..df53192 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
>  )
>
> -- 

OK

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to