summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-02-19 22:05:07 +0100
committerDiego Biurrun <diego@biurrun.de>2016-02-20 17:03:40 +0100
commit8caadfc53ddc55a269722ada65294f0ea8b609ac (patch)
tree43c5ded0feee13a8ad9de4c5fda5dd7a9a7f9c19 /tests
parent8d918a98aa24134a043d578ef45bae363dbed9db (diff)
fate: Be silent when switching to Git branch
Diffstat (limited to 'tests')
-rwxr-xr-xtests/fate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate.sh b/tests/fate.sh
index f9f8b95810..8adbd8c139 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
)