Commit 8851b716 authored by michael's avatar michael

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22151 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2f2aa7ed
......@@ -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 source diff could not be displayed because it is too large. You can view the blob instead.
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