[Libreoffice-commits] core.git: bin/check-missing-unittests.py

Xisco Fauli (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 24 11:31:49 UTC 2021


 bin/check-missing-unittests.py |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 6db2d41f2bc085e249282644fd7d2b1c04338a8d
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Fri Sep 24 10:36:03 2021 +0200
Commit:     Xisco Fauli <xiscofauli at 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 <xiscofauli at 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)))


More information about the Libreoffice-commits mailing list