mirror of
https://github.com/python/cpython.git
synced 2025-08-17 15:21:26 +00:00
patchcheck: don’t talk about the test suite when no code file were changed.
The line about the test suite will still get printed for changes in Tools for example, which aren’t covered by the test suite, but it’s not a big deal IMO.
This commit is contained in:
parent
fe5c297ee2
commit
a5afa4955d
1 changed files with 3 additions and 2 deletions
|
@ -157,6 +157,7 @@ def main():
|
|||
reported_news(special_files)
|
||||
|
||||
# Test suite run and passed.
|
||||
if python_files or c_files:
|
||||
print
|
||||
print "Did you run the test suite?"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue