test-bugzilla-files/zip.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9d5e6f8c2936578fd3cd12f420ddda585ceec498 Author: Miklos Vajna <[email protected]> AuthorDate: Fri Oct 8 13:30:41 2021 +0200 Commit: Miklos Vajna <[email protected]> CommitDate: Fri Oct 8 13:31:12 2021 +0200 test-bugzilla-files: improve baseline commit wording a little Now that previous/ is not updated all the time, it's more a baseline than a true previous state. Change-Id: I330d32486e4e87ae83aabdcf4248cf378b0c8f6a diff --git a/test-bugzilla-files/zip.sh b/test-bugzilla-files/zip.sh index 2c4faf4..99efa3e 100755 --- a/test-bugzilla-files/zip.sh +++ b/test-bugzilla-files/zip.sh @@ -63,8 +63,8 @@ $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_excluded_file files are excluded.) -Please note that previous state is saved with $previous_hash +$num_of_odf_diffs files have differences compared to the baseline, which is core.git commit $previous_hash. +($num_of_excluded_file files are excluded.) EOF
