summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))