Commit af3390cb authored by Michael Niedermayer's avatar Michael Niedermayer

Make sure we dont double test files and sort the list.

Originally committed as revision 22150 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bf9d70d5
This diff is collapsed.
......@@ -8,7 +8,7 @@ datadir="tests/data"
logfile="$datadir/copy.regression"
reffile="$1"
list=$(grep -oh ' ./tests/data/.*' tests/ref/*/* "$reffile")
list=$(grep -oh ' ./tests/data/.*' tests/ref/{acodec,lavf,vsynth1}/*| sort)
rm -f $logfile
for i in $list ; do
echo ---------------- >> $logfile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment