Skip to content

Commit 5e12bb7

Browse files
committed
Add a note about checking refleaks to patchcheck.
1 parent fd25ffa commit 5e12bb7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tools/scripts/patchcheck.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,9 @@ def main():
170170

171171
# Test suite run and passed.
172172
if python_files or c_files:
173+
end = " and check for refleaks?" if c_files else "?"
173174
print()
174-
print("Did you run the test suite?")
175+
print("Did you run the test suite" + end)
175176

176177

177178
if __name__ == '__main__':

0 commit comments

Comments
 (0)