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>
This commit is contained in:
parent
a030279a67
commit
c209d0df65
2 changed files with 2 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ compile()(
|
|||
)
|
||||
|
||||
fate()(
|
||||
test "$build_only" = "yes" && return
|
||||
cd ${build} || return
|
||||
${make} ${makeopts} -k fate
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue