Commit c58f4069 authored by Diego Biurrun's avatar Diego Biurrun

fate.sh: Run git-clone quietly

parent f369b935
...@@ -28,7 +28,7 @@ lock(){ ...@@ -28,7 +28,7 @@ lock(){
checkout(){ checkout(){
case "$repo" in case "$repo" in
file:*|/*) src="${repo#file:}" ;; file:*|/*) src="${repo#file:}" ;;
git:*) git clone "$repo" "$src" ;; git:*) git clone --quiet "$repo" "$src" ;;
esac esac
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment