diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-05-13 16:46:47 -0700 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-05-16 17:06:35 +0200 |
commit | 732dd658687bd9a2e5c622e38c481825b57af250 (patch) | |
tree | dc88b92bb7ca6e1d25ff191925dd77775cb89290 | |
parent | e7c5e17d4fbd7c83fb331bf327e25ebd8e6a8623 (diff) | |
download | ffmpeg-732dd658687bd9a2e5c622e38c481825b57af250.tar.gz |
doc: Add $branch to FATE config template
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-rw-r--r-- | doc/fate.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/fate.texi b/doc/fate.texi index 1d6d1d1f7d..d6beaa5c24 100644 --- a/doc/fate.texi +++ b/doc/fate.texi @@ -128,6 +128,7 @@ can be passed. @example slot= # some unique identifier repo=git://git.libav.org/libav.git # the source repository +#branch=release/10 # the branch to test samples=/path/to/fate/samples workdir= # directory in which to do all the work fate_recv="ssh -T fate@@fate.libav.org" # command to submit report |