test-bugzilla-files/zip.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit ea335495f8a6a762b24797a48ffa61e23c775e57 Author: Gülşah Köse <gulsah.k...@collabora.com> AuthorDate: Fri Sep 17 15:10:18 2021 +0300 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Sep 21 09:34:44 2021 +0200 Give info about excluded files number in mail body. Change-Id: I5dad3b7a6f064a3a508a094e4f5c83d0081d7d66 Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/122244 Tested-by: Miklos Vajna <vmik...@collabora.com> Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/test-bugzilla-files/zip.sh b/test-bugzilla-files/zip.sh index 1e5026e..7a1acad 100755 --- a/test-bugzilla-files/zip.sh +++ b/test-bugzilla-files/zip.sh @@ -13,6 +13,7 @@ cat */odfundifflog.txt > /srv/crashtestdata/logs/$SHA/odfundifflog.txt num_of_odf_diffs=$(< "/srv/crashtestdata/logs/$SHA/odfundifflog.txt" wc -l) num_of_import_crashes=$(< "/srv/crashtestdata/logs/$SHA/crashlog.txt" wc -l) num_of_export_crashes=$(< "/srv/crashtestdata/logs/$SHA/exportCrash.txt" wc -l) +num_of_excluded_file=$(< "/srv/crashtestdata/odfundiff_exclude_list.txt" wc -l) rm -rf /srv/crashtestdata/logs/$SHA/odfundiff cd /srv/crashtestdata/current/srv/crashtestdata/files/ zip -r -q odfundiff.zip */*.odfundiff @@ -61,7 +62,7 @@ $num_of_import_crashes files have crashed during import. $num_of_export_crashes files have crashed during export. -$num_of_odf_diffs files have differences compared to the previous run. +$num_of_odf_diffs files have differences compared to the previous run. ($num_of_excluded_file files are excluded.) EOF