[FFmpeg-cvslog] r22151 - in trunk/tests: seek-regression.sh seek.regression.ref

Michael Kostylev michael.kostylev
Tue Mar 2 18:42:10 CET 2010


On Tue Mar  2 17:35:40 2010
M?ns Rullg?rd wrote:

>> Log:
>> 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.
>>
>> Modified:
>>    trunk/tests/seek-regression.sh
>>    trunk/tests/seek.regression.ref
>>
>> Modified: trunk/tests/seek-regression.sh
>> ==============================================================================
>> --- trunk/tests/seek-regression.sh	Tue Mar  2 18:16:25 2010	(r22150)
>> +++ trunk/tests/seek-regression.sh	Tue Mar  2 18:29:04 2010	(r22151)
>> @@ -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)
> 
> grep -oh is not POSIX-compatible. 

As well as {acodec,lavf,vsynth1}

Michael



More information about the ffmpeg-cvslog mailing list