From: Stefan Behnel Date: Sun, 21 Nov 2010 09:14:57 +0000 (+0100) Subject: test runner: visible termination message X-Git-Tag: 0.14.alpha0~103 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=081f731bfce24bb3f6b43439e68d94ad46878658;p=cython.git test runner: visible termination message --- 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: