[FFmpeg-cvslog] fate: Include branch information in the payload header
Timothy Gu
git at videolan.org
Tue Apr 21 23:03:35 CEST 2015
ffmpeg | branch: release/2.5 | Timothy Gu <timothygu99 at gmail.com> | Sun Apr 12 08:28:42 2015 -0700| [a2ad7fdb3a262e14a8371f3201879ee647a4d287] | committer: Michael Niedermayer
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 at gmx.at>
(cherry picked from commit 7ad27f1221562b037178d1fb605510ba349f04cc)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a2ad7fdb3a262e14a8371f3201879ee647a4d287
---
tests/fate.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/fate.sh b/tests/fate.sh
index 5a78018..b55d87e 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -83,8 +83,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
More information about the ffmpeg-cvslog
mailing list