On Wed, Sep 05, 2012 at 08:43:46PM +0300, Martin Storsjö wrote:
> --- a/tests/fate.sh
> +++ b/tests/fate.sh
> @@ -107,6 +107,6 @@ mkdir -p ${build}
>  
>  configure >configure.log 2>&1 || fail $? "error configuring"
>  compile   >compile.log   2>&1 || fail $? "error compiling"
> -fate      >test.log      2>&1 || fail $? "error testing"
> +[ -n "$notest" ] || fate      >test.log      2>&1 || fail $? "error testing"
>  report 0 success
>  clean

cf https://patches.libav.org/patch/8379/ for my previous attempt to do
something similar.  I guess we should add the feature, one way or
another...

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to