From c209d0df657f172f42d9bafbcdfa02dfb14f6965 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 6 Oct 2012 15:22:05 +0000 Subject: fate.sh: add support for build-only FATE instances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If the "build_only" variable is set in the configuration file, the FATE client will skip running tests and just compile all targets. Signed-off-by: Martin Storsjö --- tests/fate.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/fate.sh') diff --git a/tests/fate.sh b/tests/fate.sh index 86e4178c50..d2bc17881f 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -66,6 +66,7 @@ compile()( ) fate()( + test "$build_only" = "yes" && return cd ${build} || return ${make} ${makeopts} -k fate ) -- cgit v1.2.3