git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0999b1d
)
tests/fate: fix fate on branches different from origin/master
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 29 Oct 2013 20:53:59 +0000
(21:53 +0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 29 Oct 2013 20:53:59 +0000
(21:53 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tests/fate.sh
patch
|
blob
|
history
diff --git
a/tests/fate.sh
b/tests/fate.sh
index
f7367a9
..
f371291
100755
(executable)
--- 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
)