From 081f731bfce24bb3f6b43439e68d94ad46878658 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 21 Nov 2010 10:14:57 +0100 Subject: [PATCH] test runner: visible termination message --- runtests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtests.py b/runtests.py index 4daf7e89..a0381c52 100644 --- a/runtests.py +++ b/runtests.py @@ -1131,6 +1131,8 @@ def main(): import refnanny sys.stderr.write("\n".join([repr(x) for x in refnanny.reflog])) + print("ALL DONE") + if options.exit_ok: return_code = 0 else: -- 2.26.2