summaryrefslogtreecommitdiffstats
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-21 11:36:49 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-21 11:36:49 +0200
commit877cae6effefb1695bb519070cf5df785ded4415 (patch)
tree1a28d296d7f2db977a47747788dd0efa094b1170 /tests/fate.sh
parent3b071a4390f02ecbeb993f16f93b01f4e420def8 (diff)
parentc209d0df657f172f42d9bafbcdfa02dfb14f6965 (diff)
downloadffmpeg-streaming-877cae6effefb1695bb519070cf5df785ded4415.zip
ffmpeg-streaming-877cae6effefb1695bb519070cf5df785ded4415.tar.gz
Merge commit 'c209d0df657f172f42d9bafbcdfa02dfb14f6965'
* commit 'c209d0df657f172f42d9bafbcdfa02dfb14f6965': fate.sh: add support for build-only FATE instances Conflicts: doc/fate.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 1f70e79..33710e0 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -67,6 +67,7 @@ compile()(
)
fate()(
+ test "$build_only" = "yes" && return
cd ${build} || return
${make} ${makeopts} -k fate
)
OpenPOWER on IntegriCloud