diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-04-12 08:28:42 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-12 18:02:23 +0200 |
commit | 7ad27f1221562b037178d1fb605510ba349f04cc (patch) | |
tree | 37909191dde03270871cbd338351e0a33d9360be /tests/fate.sh | |
parent | 445a02b1ec5ea94d28ea2503a3ae0272fcff0e12 (diff) | |
download | ffmpeg-7ad27f1221562b037178d1fb605510ba349f04cc.tar.gz |
fate: Include branch information in the payload header
The server is properly equiped not to choke on that now.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-x | tests/fate.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/fate.sh b/tests/fate.sh index 81224b63be..6ce8c48610 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -84,8 +84,7 @@ clean(){ report(){ date=$(date -u +%Y%m%d%H%M%S) - echo "fate:0:${date}:${slot}:${version}:$1:$2:${comment}" >report -# echo "fate:1:${date}:${slot}:${version}:$1:$2:${branch}:${comment}" >report + echo "fate:1:${date}:${slot}:${version}:$1:$2:${branch}:${comment}" >report cat ${build}/config.fate >>report cat ${build}/tests/data/fate/*.rep >>report || for i in ${build}/tests/data/fate/*.rep ; do cat "$i" >>report ; done test -n "$fate_recv" && $tar report *.log | gzip | $fate_recv |