提交 d2e40fe5 编写于 作者: M Måns Rullgård

get seek regression test filenames from reference file

Originally committed as revision 11831 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 4bdd3b76
......@@ -8,7 +8,7 @@ datadir="tests/data"
logfile="$datadir/seek.regression"
reffile="$1"
list=`ls tests/data/a-* tests/data/b-* | sort`
list=`grep '^tests/data/[ab]-' "$reffile"`
rm -f $logfile
for i in $list ; do
echo ---------------- >> $logfile
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册