[Zope3-checkins] CVS: Zope3 - test.py:1.70.8.2
Jim Fulton
jim at zope.com
Tue Sep 9 16:22:55 EDT 2003
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv17585
Modified Files:
Tag: parentgeddon-branch
test.py
Log Message:
got more tests to pass on branch
=== Zope3/test.py 1.70.8.1 => 1.70.8.2 ===
--- Zope3/test.py:1.70.8.1 Mon Sep 8 14:21:22 2003
+++ Zope3/test.py Tue Sep 9 15:22:20 2003
@@ -587,6 +587,7 @@
r.print_times(sys.stdout, timetests)
except:
if debugger:
+ print "%s: %s" % sys.exc_info()[:2]
pdb.post_mortem(sys.exc_info()[2])
else:
raise
More information about the Zope3-Checkins
mailing list