Merge 3.2
diff --git a/Tools/scripts/patchcheck.py b/Tools/scripts/patchcheck.py
index 204407e..3e0155f 100755
--- a/Tools/scripts/patchcheck.py
+++ b/Tools/scripts/patchcheck.py
@@ -141,8 +141,9 @@
     reported_news(special_files)
 
     # Test suite run and passed.
-    print()
-    print("Did you run the test suite?")
+    if python_files or c_files:
+        print()
+        print("Did you run the test suite?")
 
 
 if __name__ == '__main__':