Re: [libav-devel] [PATCH 5/5] fate.sh: add support for build-only FATE instances

2012-10-04 Thread Martin Storsjö
On Tue, 20 Sep 2011, Måns Rullgård wrote: Diego Biurrun writes: If the "build_only" variable is set in the configuration file, the FATE client will skip running tests and just compile all targets. --- tests/fate.sh |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test

Re: [libav-devel] [PATCH 5/5] fate.sh: add support for build-only FATE instances

2011-09-20 Thread Diego Biurrun
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 writes: > > > > > If the "build_only" variable is set in the configuration file, the FATE > > > client will skip running tests and just compile all tar

Re: [libav-devel] [PATCH 5/5] fate.sh: add support for build-only FATE instances

2011-09-20 Thread Diego Biurrun
On Tue, Sep 20, 2011 at 04:14:29PM +0100, Måns Rullgård wrote: > Diego Biurrun 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 +6

Re: [libav-devel] [PATCH 5/5] fate.sh: add support for build-only FATE instances

2011-09-20 Thread Måns Rullgård
Diego Biurrun writes: > If the "build_only" variable is set in the configuration file, the FATE > client will skip running tests and just compile all targets. > --- > tests/fate.sh |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/tests/fate.sh b/tests/fate.sh > index

[libav-devel] [PATCH 5/5] fate.sh: add support for build-only FATE instances

2011-09-20 Thread Diego Biurrun
If the "build_only" variable is set in the configuration file, the FATE client will skip running tests and just compile all targets. --- tests/fate.sh |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/fate.sh b/tests/fate.sh index b0df4df..7b1823c 100755 --- a/tests/fa