summaryrefslogtreecommitdiff
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-05-20 12:47:42 +0100
committerMans Rullgard <mans@mansr.com>2011-05-20 13:50:52 +0100
commit5ffccc00567363c8e09d4c47dd03dee99c312b7d (patch)
tree6e5bd7acf6360492ed4bbdcf55ee8474197b2fd6 /tests/fate.sh
parenteb8da636af0652a4865055c237a76caff02b98bf (diff)
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-xtests/fate.sh2
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
}