This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fate-run: rename some variables consistently with other files
Originally committed as revision 24311 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård
15 years ago
parent
ed62c6b624
commit
122a9af76b
1 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-2
tests/fate-run.sh
+ 6
- 2
tests/fate-run.sh
View File
@@ -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}"
Write
Preview
Loading…
Cancel
Save