Re: [FFmpeg-devel] [PATCH 4/4] fate: remove "-v 0" from ffprobe tests.

2016-05-19 Thread Michael Niedermayer
On Thu, May 19, 2016 at 09:47:12AM +0200, Nicolas George wrote: > The FATE scripts separate stdout from stderr. > Having a first idea about what went wrong in the log file > is more convenient. > > Signed-off-by: Nicolas George > --- > tests/fate-run.sh | 16 > 1 file changed, 8

[FFmpeg-devel] [PATCH 4/4] fate: remove "-v 0" from ffprobe tests.

2016-05-19 Thread Nicolas George
The FATE scripts separate stdout from stderr. Having a first idea about what went wrong in the log file is more convenient. Signed-off-by: Nicolas George --- tests/fate-run.sh | 16 1 file changed, 8 insertions(+), 8 deletions(-) Unchanged. diff --git a/tests/fate-run.sh b/t