diff options
author | Clément Bœsch <cboesch@gopro.com> | 2017-05-05 09:19:41 +0200 |
---|---|---|
committer | Clément Bœsch <cboesch@gopro.com> | 2017-05-05 09:27:18 +0200 |
commit | f5218b27c4f8ad06dfd6f491362c027d37ab85ce (patch) | |
tree | a95777dfd6f3762333cbb2dcdf663f5431022fec /doc | |
parent | a5fdda79eee0b195ef4958193d17e68b820c8856 (diff) | |
parent | 35d1f726eb9fdd376ab900587fb02122b72f2b9a (diff) | |
download | ffmpeg-f5218b27c4f8ad06dfd6f491362c027d37ab85ce.tar.gz |
Merge commit '35d1f726eb9fdd376ab900587fb02122b72f2b9a'
* commit '35d1f726eb9fdd376ab900587fb02122b72f2b9a':
fate: Add --ignore-tests configure option for omitting specific FATE tests
Merged-by: Clément Bœsch <cboesch@gopro.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fate_config.sh.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/fate_config.sh.template b/doc/fate_config.sh.template index 56acb2667d..ab1bda45e4 100644 --- a/doc/fate_config.sh.template +++ b/doc/fate_config.sh.template @@ -6,6 +6,7 @@ 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 +ignore_tests= # the following are optional and map to configure options arch= |