eclair: Consider sel_tag_and_not_glob.ecl to be a "module"
Consider that sel_tag_and_not_glob.ecl is a "module" defining new option. So,
seperate definition of the new option from its usage, moving the actual usage
to eclair_report invocation, how it was before with the old option.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I81efb7f15ae69bcdc66701af9e17a4f147d39488
diff --git a/eclair/utils.sh b/eclair/utils.sh
index 1b5641f..fa6c472 100644
--- a/eclair/utils.sh
+++ b/eclair/utils.sh
@@ -91,10 +91,18 @@
${ECLAIR_BIN_DIR}/eclair_report -diff_criteria=fingerprint -diff_full_txt=${base_dir}/out/PROJECT.ecd,${target_dir}/out/PROJECT.ecd
ls -l diff_output
- ${ECLAIR_BIN_DIR}/eclair_report -db=${base_dir}/out/PROJECT.ecd -eval_file=${_ECLAIR_UTILS_DIR}/sel_tag_and_not_glob.ecl -full_html=resolved_issues_html
+ ${ECLAIR_BIN_DIR}/eclair_report \
+ -db=${base_dir}/out/PROJECT.ecd \
+ -eval_file=${_ECLAIR_UTILS_DIR}/sel_tag_and_not_glob.ecl \
+ -sel_tag_and_not_glob=new_no_expl,diff,missing,service,B.EXPLAIN \
+ -full_html=resolved_issues_html
eclair_make_report_self_contained resolved_issues_html
- ${ECLAIR_BIN_DIR}/eclair_report -db=${target_dir}/out/PROJECT.ecd -eval_file=${_ECLAIR_UTILS_DIR}/sel_tag_and_not_glob.ecl -full_html=new_issues_html
+ ${ECLAIR_BIN_DIR}/eclair_report \
+ -db=${target_dir}/out/PROJECT.ecd \
+ -eval_file=${_ECLAIR_UTILS_DIR}/sel_tag_and_not_glob.ecl \
+ -sel_tag_and_not_glob=new_no_expl,diff,missing,service,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