projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed62c6b
)
fate-run: rename some variables consistently with other files
author
Måns Rullgård
<mans@mansr.com>
Sun, 18 Jul 2010 20:19:16 +0000
(20:19 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sun, 18 Jul 2010 20:19:16 +0000
(20:19 +0000)
Originally committed as revision 24311 to svn://svn.ffmpeg.org/ffmpeg/trunk
tests/fate-run.sh
patch
|
blob
|
history
diff --git
a/tests/fate-run.sh
b/tests/fate-run.sh
index
3d32266
..
6177a0a
100755
(executable)
--- a/
tests/fate-run.sh
+++ b/
tests/fate-run.sh
@@
-4,14
+4,18
@@
base=$(dirname $0)
. "${base}/md5.sh"
test="${1#fate-}"
-
SAMPLES_PATH
=$2
+
samples
=$2
target_exec=$3
-
BUILD_PATH
=$4
+
target_path
=$4
command=$5
cmp=${6:-diff}
ref=${7:-"${base}/ref/fate/${test}"}
fuzz=$8
+# compatibility with Mike's test specs
+SAMPLES_PATH=$samples
+BUILD_PATH=$target_path
+
outdir="tests/data/fate"
outfile="${outdir}/${test}"