Commit 8762595e authored by Ezio Melotti's avatar Ezio Melotti

Merge patchcheck changes with 3.2

parents 69c753d9 5e12bb72
...@@ -173,8 +173,9 @@ def main(): ...@@ -173,8 +173,9 @@ def main():
# Test suite run and passed. # Test suite run and passed.
if python_files or c_files: if python_files or c_files:
end = " and check for refleaks?" if c_files else "?"
print() print()
print("Did you run the test suite?") print("Did you run the test suite" + end)
if __name__ == '__main__': 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