projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b1c04d
)
test runner: visible termination message
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 21 Nov 2010 09:14:57 +0000
(10:14 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 21 Nov 2010 09:14:57 +0000
(10:14 +0100)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 4daf7e891847dae91d2fb179e438107d7b65de25..a0381c52fd633acebcc093298a16519a97a1f1dd 100644
(file)
--- 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: