On Tue, 20 Sep 2011, 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.
---
 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.

Ping - something like this would be good to get in at one point or another.

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

Reply via email to