[FFmpeg-cvslog] tests/fate: fix fate on branches different from origin/master

Michael Niedermayer git at videolan.org
Tue Oct 29 22:02:57 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Oct 29 21:53:59 2013 +0100| [7f4fd72f81b729b4cb05369d8ed864b1a335b23e] | committer: Michael Niedermayer

tests/fate: fix fate on branches different from origin/master

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f4fd72f81b729b4cb05369d8ed864b1a335b23e
---

 tests/fate.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate.sh b/tests/fate.sh
index f7367a9..f371291 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -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
 )
 



More information about the ffmpeg-cvslog mailing list