Commit dd785e25 authored by Michael Niedermayer's avatar Michael Niedermayer

Remove the self reference in the seektest that prevented it from

testing new formats since 2 years namely r11831.
This likely will uncover bugs that gone unnoticed in the last 2 years
due to lack of testing.

Originally committed as revision 22151 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent af3390cb
......@@ -11,7 +11,7 @@ datadir="tests/data"
logfile="$datadir/seek.regression"
reffile="$1"
list=$(grep '^tests/data/[ab]-' "$reffile")
list=$(grep -oh ' ./tests/data/.*' tests/ref/{acodec,lavf,vsynth1}/*| sort)
rm -f $logfile
for i in $list ; do
echo ---------------- >> $logfile
......
This diff is collapsed.
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