Commit 877cae6e authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'c209d0df'

* commit 'c209d0df':
  fate.sh: add support for build-only FATE instances

Conflicts:
	doc/fate.texi
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 3b071a43 c209d0df
......@@ -4,6 +4,7 @@ samples= # path to samples directory
workdir= # directory in which to do all the work
#fate_recv="ssh -T fate@fate.ffmpeg.org" # command to submit report
comment= # optional description
build_only= # set to "yes" for a compile-only instance that skips tests
# the following are optional and map to configure options
arch=
......
......@@ -67,6 +67,7 @@ compile()(
)
fate()(
test "$build_only" = "yes" && return
cd ${build} || return
${make} ${makeopts} -k fate
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment