summaryrefslogtreecommitdiff
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-06 15:22:05 +0000
committerMartin Storsjö <martin@martin.st>2013-05-21 10:07:19 +0300
commitc209d0df657f172f42d9bafbcdfa02dfb14f6965 (patch)
treea9df8085443bd60d994d11ab0f18a82bd066860a /tests/fate.sh
parenta030279a67ef883df8cf3707774656fa1be81078 (diff)
fate.sh: add support for build-only FATE instances
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ö <martin@martin.st>
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-xtests/fate.sh1
1 files changed, 1 insertions, 0 deletions
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
)