diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-02-19 22:05:07 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-02-20 17:03:40 +0100 |
commit | 8caadfc53ddc55a269722ada65294f0ea8b609ac (patch) | |
tree | 43c5ded0feee13a8ad9de4c5fda5dd7a9a7f9c19 /tests | |
parent | 8d918a98aa24134a043d578ef45bae363dbed9db (diff) | |
download | ffmpeg-streaming-8caadfc53ddc55a269722ada65294f0ea8b609ac.zip ffmpeg-streaming-8caadfc53ddc55a269722ada65294f0ea8b609ac.tar.gz |
fate: Be silent when switching to Git branch
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/fate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate.sh b/tests/fate.sh index f9f8b95..8adbd8c 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -37,7 +37,7 @@ checkout(){ update()( cd ${src} || return case "$repo" in - git:*) git fetch --force; git reset --hard "origin/$branch" ;; + git:*) git fetch --force; git reset --quiet --hard "origin/$branch" ;; esac ) |