[FFmpeg-cvslog] fate: add comment field

Mans Rullgard git at videolan.org
Sat May 21 05:36:09 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Fri May 20 12:47:42 2011 +0100| [5ffccc00567363c8e09d4c47dd03dee99c312b7d] | committer: Mans Rullgard

fate: add comment field

This adds a comment field to the report header, suitable for
extra information not covered by the automatic fields.

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ffccc00567363c8e09d4c47dd03dee99c312b7d
---

 tests/fate.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/fate.sh b/tests/fate.sh
index c522269..9fd117c 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -75,7 +75,7 @@ clean(){
 
 report(){
     date=$(date -u +%Y%m%d%H%M%S)
-    echo "fate:0:${date}:${slot}:${version}:$1:$2" >report
+    echo "fate:0:${date}:${slot}:${version}:$1:$2:${comment}" >report
     cat ${build}/config.fate ${build}/tests/data/fate/*.rep >>report
     test -n "$fate_recv" && $tar report *.log | gzip | $fate_recv
 }



More information about the ffmpeg-cvslog mailing list