From 5ffccc00567363c8e09d4c47dd03dee99c312b7d Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Fri, 20 May 2011 12:47:42 +0100 Subject: 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 --- tests/fate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fate.sh') 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 } -- cgit v1.2.3