On Tue, Sep 20, 2011 at 05:27:50PM +0200, Diego Biurrun wrote:
> On Tue, Sep 20, 2011 at 04:14:29PM +0100, Måns Rullgård wrote:
> > Diego Biurrun <[email protected]> writes:
> > 
> > > If the "build_only" variable is set in the configuration file, the FATE
> > > client will skip running tests and just compile all targets.
> > >
> > > --- a/tests/fate.sh
> > > +++ b/tests/fate.sh
> > > @@ -65,6 +65,7 @@ compile()(
> > >
> > >  fate()(
> > > +    test -n "$build_only" && return
> > >      cd ${build} || return
> > >      ${make} ${makeopts} -k fate
> > >  )
> > 
> > Let me think about this.  Remind me again tomorrow.
> 
> To elaborate slightly: This should maybe had an RFC tag.  It's the
> minimally intrusive way to implement this.  It could also check if
> "build_only" is set to a specific value ("yes" comes to mind) and
> not just set to any value.

.. or skip the fate function invocation altogether instead of bailing
out early.

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

Reply via email to