[FFmpeg-devel] [PATCH]s/-1/PIX_FMT_NONE
Benoit Fouet
benoit.fouet
Mon May 12 07:34:55 CEST 2008
Hi Mike,
Mike Melanson wrote:
> I would like to store the last 25 lines or so of the combined
> stdout/stderr. But I can't find a good one-liner for doing so that
> doesn't destroy the 'make test' return code.
>
>
what about something like that:
$ make test > log 2>&1 && rm log || tail log > log2 && rm log && (exit 1)
--
Benoit Fouet
Purple Labs S.A.
www.purplelabs.com
More information about the ffmpeg-devel
mailing list