diff options
author | Mans Rullgard <mans@mansr.com> | 2011-05-20 12:47:42 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-05-20 13:50:52 +0100 |
commit | 5ffccc00567363c8e09d4c47dd03dee99c312b7d (patch) | |
tree | 6e5bd7acf6360492ed4bbdcf55ee8474197b2fd6 /tests/fate.sh | |
parent | eb8da636af0652a4865055c237a76caff02b98bf (diff) | |
download | ffmpeg-5ffccc00567363c8e09d4c47dd03dee99c312b7d.tar.gz |
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@mansr.com>
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-x | tests/fate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate.sh b/tests/fate.sh index c522269b54..9fd117c3bc 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 } |