[FFmpeg-cvslog] r11831 - trunk/tests/seek_test.sh
Michael Niedermayer
michaelni
Thu Feb 28 13:04:32 CET 2008
On Sun, Feb 03, 2008 at 08:26:23PM +0100, mru wrote:
> Author: mru
> Date: Sun Feb 3 20:26:22 2008
> New Revision: 11831
>
> Log:
> get seek regression test filenames from reference file
>
>
> Modified:
> trunk/tests/seek_test.sh
>
> Modified: trunk/tests/seek_test.sh
> ==============================================================================
> --- trunk/tests/seek_test.sh (original)
> +++ trunk/tests/seek_test.sh Sun Feb 3 20:26:22 2008
> @@ -8,7 +8,7 @@ datadir="tests/data"
> logfile="$datadir/seek.regression"
> reffile="$1"
>
> -list=`ls tests/data/a-* tests/data/b-* | sort`
> +list=`grep '^tests/data/[ab]-' "$reffile"`
> rm -f $logfile
> for i in $list ; do
> echo ---------------- >> $logfile
I would strongly prefer a solution which would use a list of disabled tests
with default being enabled instead of a list of enabled tests. The reason
being people forget to add new formats. (see kostya/adpcm)
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Dictatorship naturally arises out of democracy, and the most aggravated
form of tyranny and slavery out of the most extreme liberty. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20080228/b39c3b5a/attachment.pgp>
More information about the ffmpeg-cvslog
mailing list