summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/fate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate.sh b/tests/fate.sh
index 6ce8c48..a695f88 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
)
OpenPOWER on IntegriCloud