mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
fate.sh: Run git-clone quietly
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ lock(){
|
||||
checkout(){
|
||||
case "$repo" in
|
||||
file:*|/*) src="${repo#file:}" ;;
|
||||
git:*) git clone "$repo" "$src" ;;
|
||||
git:*) git clone --quiet "$repo" "$src" ;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user