projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d6bd1c
)
fate: allow specifying relative path to config file in fate.sh
author
Måns Rullgård
<mans@mansr.com>
Sun, 22 Aug 2010 11:53:02 +0000
(11:53 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sun, 22 Aug 2010 11:53:02 +0000
(11:53 +0000)
Originally committed as revision 24866 to svn://svn.ffmpeg.org/ffmpeg/trunk
tests/fate.sh
patch
|
blob
|
history
diff --git
a/tests/fate.sh
b/tests/fate.sh
index e20606b666d7ab38a1f0bfbf87d7a218768f5f62..a1d7262282f4b2ab9241b87f9d6b722f5e57d8f6 100755
(executable)
--- a/
tests/fate.sh
+++ b/
tests/fate.sh
@@
-9,7
+9,7
@@
die(){
test -r "$config" || die "usage: fate.sh <config>"
-workdir=$(
dirname $config
)
+workdir=$(
cd $(dirname $config) && pwd
)
make=make
tar='tar c'