[Libreoffice-commits] dev-tools.git: test-bugzilla-files/zip.sh
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 17 06:50:39 UTC 2021
test-bugzilla-files/zip.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 497f390070884ff7e01d43e9186fc887299b54a1
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Fri Sep 17 08:49:51 2021 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Fri Sep 17 08:49:51 2021 +0200
crashtesting, email template: sort the numbers by priority
Change-Id: Ia418a7fac0c21b537409ee4e657f82464ac44f3c
diff --git a/test-bugzilla-files/zip.sh b/test-bugzilla-files/zip.sh
index 92b9801..0ad6f11 100755
--- a/test-bugzilla-files/zip.sh
+++ b/test-bugzilla-files/zip.sh
@@ -44,12 +44,12 @@ Hi,
New crashtest update available at <https://dev-builds.libreoffice.org/crashtest/$SHA/>.
-$num_of_odf_diffs files have differences compared to the previous run.
-
$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.
+
EOF
[ ! -z "${free_disk_space}" ] && echo "Warning! Remaining disk space is ${free_disk_space} GiB." >> mail.txt && echo "" >> mail.txt
More information about the Libreoffice-commits
mailing list