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

Måns Rullgård mans
Tue Mar 2 18:35:40 CET 2010


michael <subversion at mplayerhq.hu> writes:

> Author: michael
> Date: Tue Mar  2 18:29:04 2010
> New Revision: 22151
>
> 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.  Don't bother "fixing" it though,
I'll just do this properly instead.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-cvslog mailing list