eclair/utils.sh: Try to pass -disable=B.EXPLAIN to eclair_report
We wouldn't like to output this service for diff report (and would like for
non-diff).
It's unclear if eclair_report would accept this option (it seems to be for
eclair_env normally), so just trying.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I5493e41403490c96160f03b186b35252400ee855
diff --git a/eclair/utils.sh b/eclair/utils.sh
index b5142cb..2d5caad 100644
--- a/eclair/utils.sh
+++ b/eclair/utils.sh
@@ -94,7 +94,7 @@
${ECLAIR_BIN_DIR}/eclair_report -db=${base_dir}/out/PROJECT.ecd -sel_tag_glob=new,diff,missing -full_html=resolved_issues_html
eclair_make_report_self_contained resolved_issues_html
- ${ECLAIR_BIN_DIR}/eclair_report -db=${target_dir}/out/PROJECT.ecd -sel_tag_glob=new,diff,missing -full_html=new_issues_html
+ ${ECLAIR_BIN_DIR}/eclair_report -db=${target_dir}/out/PROJECT.ecd -sel_tag_glob=new,diff,missing -disable=B.EXPLAIN -full_html=new_issues_html
eclair_make_report_self_contained new_issues_html
xz ${base_dir}/out/PROJECT.ecd ${target_dir}/out/PROJECT.ecd