commit | f2abf5c11a98bc341add7a695757564a186a45d6 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 19 17:54:25 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 19 17:54:25 2016 +0200 |
tree | 9589e43a37c29e32b1ae2823fdb73b5991638987 | |
parent | 59e9ca6bdab845a2a2ac3f8c58a4e8ba8e239440 [diff] [blame] |
regrtest: replace "Result:" with "Tests result:"
diff --git a/Lib/test/libregrtest/main.py b/Lib/test/libregrtest/main.py index 78c52bd..b9d7ab4 100644 --- a/Lib/test/libregrtest/main.py +++ b/Lib/test/libregrtest/main.py
@@ -437,7 +437,7 @@ result = "INTERRUPTED" else: result = "SUCCESS" - print("Result: %s" % result) + print("Tests result: %s" % result) if self.ns.runleaks: os.system("leaks %d" % os.getpid())