Kaydet (Commit) fbc5ff62 authored tarafından Éric Araujo's avatar Éric Araujo

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.
üst 28d39a0c
......@@ -157,8 +157,9 @@ def main():
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__':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment