chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
dde24f5
)
Don't catch SystemExit 77 in tests.
author
Richard Kettlewell
<rjk@greenend.org.uk>
Thu, 15 Oct 2009 19:55:15 +0000
(20:55 +0100)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Thu, 15 Oct 2009 19:55:15 +0000
(20:55 +0100)
tests/dtest.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/dtest.py
b/tests/dtest.py
index 8a4644a128e2efc94887ab6d72a9749fdc7e66c5..49bbfaac620382c5b6dad70bf6aa81c9f4428c39 100644
(file)
--- a/
tests/dtest.py
+++ b/
tests/dtest.py
@@
-333,7
+333,7
@@
def run(module=None, report=True):
stdtracks()
try:
module.test()
- except:
+ except
Exception, e
:
traceback.print_exc(None, sys.stderr)
failures += 1
stop_daemon()