summaryrefslogtreecommitdiffstats
path: root/bin/check-missing-unittests.py
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-09-24 10:36:03 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-09-24 13:31:14 +0200
commit6db2d41f2bc085e249282644fd7d2b1c04338a8d (patch)
tree8669ad949d4af3cecaac12d29fabf45e4a6828cd /bin/check-missing-unittests.py
parentbin: Add script to compare the crashreport stats of two different versions (diff)
downloadcore-6db2d41f2bc085e249282644fd7d2b1c04338a8d.tar.gz
core-6db2d41f2bc085e249282644fd7d2b1c04338a8d.zip
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@libreoffice.org>
Diffstat (limited to 'bin/check-missing-unittests.py')
-rwxr-xr-xbin/check-missing-unittests.py5
1 files changed, 5 insertions, 0 deletions
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)))