bin/check-missing-unittests.py | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 6db2d41f2bc085e249282644fd7d2b1c04338a8d Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Fri Sep 24 10:36:03 2021 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Fri Sep 24 13:31:14 2021 +0200 check-missing-unittests: document the script a bit Change-Id: I5111f47e744ac18d19ed3f8e0ae1fb534ca42669 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122564 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/bin/check-missing-unittests.py b/bin/check-missing-unittests.py index c1efce6eda0e..d77936b6e202 100755 --- a/bin/check-missing-unittests.py +++ b/bin/check-missing-unittests.py @@ -6,6 +6,9 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. +# Use this script to update +# https://wiki.documentfoundation.org/MissingUnitTests + import os import datetime import subprocess @@ -165,6 +168,8 @@ def main(ignoredBugs): print('{{Menu}}') print('{{Menu.Development}}') print() + print('This report is generated by ' + os.path.basename(sys.argv[0])) + print() print('Date: ' + str(datetime.datetime.now())) print() print('Commits: ' + str(len(commits)))