mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 03:37:00 +00:00
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
This commit is contained in:
parent
af3390cb85
commit
dd785e25d8
@ -11,7 +11,7 @@ datadir="tests/data"
|
|||||||
logfile="$datadir/seek.regression"
|
logfile="$datadir/seek.regression"
|
||||||
reffile="$1"
|
reffile="$1"
|
||||||
|
|
||||||
list=$(grep '^tests/data/[ab]-' "$reffile")
|
list=$(grep -oh ' ./tests/data/.*' tests/ref/{acodec,lavf,vsynth1}/*| sort)
|
||||||
rm -f $logfile
|
rm -f $logfile
|
||||||
for i in $list ; do
|
for i in $list ; do
|
||||||
echo ---------------- >> $logfile
|
echo ---------------- >> $logfile
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user