regrtest: replace "Result:" with "Tests result:"

This commit is contained in:
Victor Stinner 2016-08-19 17:54:25 +02:00
parent 59e9ca6bda
commit f2abf5c11a
2 changed files with 2 additions and 2 deletions

View file

@ -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())