mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
regrtest: replace "Result:" with "Tests result:"
This commit is contained in:
parent
59e9ca6bda
commit
f2abf5c11a
2 changed files with 2 additions and 2 deletions
|
@ -437,7 +437,7 @@ class Regrtest:
|
|||
result = "INTERRUPTED"
|
||||
else:
|
||||
result = "SUCCESS"
|
||||
print("Result: %s" % result)
|
||||
print("Tests result: %s" % result)
|
||||
|
||||
if self.ns.runleaks:
|
||||
os.system("leaks %d" % os.getpid())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue