[FFmpeg-cvslog] r24311 - trunk/tests/fate-run.sh

mru subversion
Sun Jul 18 22:19:17 CEST 2010


Author: mru
Date: Sun Jul 18 22:19:16 2010
New Revision: 24311

Log:
fate-run: rename some variables consistently with other files

Modified:
   trunk/tests/fate-run.sh

Modified: trunk/tests/fate-run.sh
==============================================================================
--- trunk/tests/fate-run.sh	Sun Jul 18 22:19:12 2010	(r24310)
+++ trunk/tests/fate-run.sh	Sun Jul 18 22:19:16 2010	(r24311)
@@ -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}"
 



More information about the ffmpeg-cvslog mailing list