Commit 081f731b authored by Stefan Behnel's avatar Stefan Behnel

test runner: visible termination message

parent 2b1c04d9
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment