Merge patchcheck changes with 3.3
This commit is contained in:
commit
e814501c21
@ -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__':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user