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. > --- > 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/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. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
