eclair/utils.sh: Don't produce XML reports
Enabling them was due to a hypothesis that we might need to merge reports
from different builds, and XML seemed like the most natural format for that.
But as we found a way to "merge" different builds into the same DB by
building them sequentially in one ECLAIR session, XML reports aren't really
needed.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I225fed634e8fd7a109d7a49e0dfb533f3719e860
diff --git a/eclair/utils.sh b/eclair/utils.sh
index 783faef..b5142cb 100644
--- a/eclair/utils.sh
+++ b/eclair/utils.sh
@@ -72,8 +72,7 @@
-summary_txt=${ECLAIR_OUTPUT_DIR}/../summary_txt \
-full_txt=${ECLAIR_OUTPUT_DIR}/../full_txt \
-reports1_html=strictness,${ECLAIR_OUTPUT_DIR}/../full_html/by_strictness/@TAG@.html \
- -full_html=${ECLAIR_OUTPUT_DIR}/../full_html \
- -full_xml=${ECLAIR_OUTPUT_DIR}/../full_xml
+ -full_html=${ECLAIR_OUTPUT_DIR}/../full_html
# summary_txt contains just a single report file not present in full_txt, move it there and be done with it.
mv ${ECLAIR_OUTPUT_DIR}/../summary_txt/by_service.txt ${ECLAIR_OUTPUT_DIR}/../full_txt/