[SCM] libav/experimental: fate-run: rename some variables consistently with other files

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:11:40 UTC 2013


The following commit has been merged in the experimental branch:
commit 122a9af76b1caee50e8c80992de650b5a1013fd3
Author: Måns Rullgård <mans at mansr.com>
Date:   Sun Jul 18 20:19:16 2010 +0000

    fate-run: rename some variables consistently with other files
    
    Originally committed as revision 24311 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 3d32266..6177a0a 100755
--- 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}"
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list