Browse Source

Merge commit 'c58f4069e1d5b5804c669b691510e1b8fabb67fc'

* commit 'c58f4069e1d5b5804c669b691510e1b8fabb67fc':
  fate.sh: Run git-clone quietly

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer 12 years ago
parent
commit
24da9eb25d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/fate.sh

+ 1
- 1
tests/fate.sh View File

@@ -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
}



Loading…
Cancel
Save