eclair/analyze.sh: Use -reports1_html to generate by-strictness subreport
Use -reports1_html option to eclair_report to generate by-strictness
subreport, which is otherwise may be referenced in URLs, but not
available by default. Based on the information provided by Bugseng.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I548e88914435683df923e3ccdefb957cd3bef9e7
diff --git a/eclair/analyze.sh b/eclair/analyze.sh
index 5a5b9a5..c8f9e66 100755
--- a/eclair/analyze.sh
+++ b/eclair/analyze.sh
@@ -68,6 +68,7 @@
${ECLAIR_BIN_DIR}/eclair_report -db=${PROJECT_ECD} \
-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
# summary_txt contains just a single report file not present in full_txt, move it there and be done with it.