mirror of https://git.ffmpeg.org/ffmpeg.git
tests/fate: fix fate on branches different from origin/master
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0999b1db3c
commit
7f4fd72f81
|
@ -35,7 +35,7 @@ checkout(){
|
|||
update()(
|
||||
cd ${src} || return
|
||||
case "$repo" in
|
||||
git:*) git fetch --force && git reset --hard origin/master ;;
|
||||
git:*) git fetch --force && git reset --hard FETCH_HEAD ;;
|
||||
esac
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue