On Fri, Apr 10, 2015 at 10:36:03AM -0700, Timothy Gu wrote:
> FATE currently discards this information anyway, so why waste the
> disk space?
> --- a/tests/fate-run.sh
> +++ b/tests/fate-run.sh
> @@ -211,7 +211,13 @@ else
>  
> -echo "${test}:${sig:-$err}:$($base64 <$cmpfile):$($base64 <$errfile)" 
> >$repfile
> +if [ $err -eq 0 ]; then
> +    unset cmpo erro
> +else
> +    cmpo="$($base64 <$cmpfile)"
> +    erro="$($base64 <$errfile)"
> +fi
> +echo "${test}:${sig:-$err}:$cmpo:$erro" >$repfile

This changes the format of the FATE report files.  To be honest, I
don't think it's worth the trouble.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to