mirror of
https://github.com/python/cpython.git
synced 2025-09-25 01:43:11 +00:00
Add a note about checking refleaks to patchcheck.
This commit is contained in:
parent
4b263663fc
commit
9e9cb2810e
1 changed files with 2 additions and 1 deletions
|
@ -174,8 +174,9 @@ def main():
|
|||
|
||||
# Test suite run and passed.
|
||||
if python_files or c_files:
|
||||
end = " and check for refleaks?" if c_files else "?"
|
||||
print
|
||||
print "Did you run the test suite?"
|
||||
print "Did you run the test suite" + end
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue