[Zope3-checkins] CVS: Zope3 - test.py:1.70.8.3

Jim Fulton jim at zope.com
Tue Sep 9 17:32:45 EDT 2003


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv29453

Modified Files:
      Tag: parentgeddon-branch
	test.py 
Log Message:
got more tests to pass on branch

=== Zope3/test.py 1.70.8.2 => 1.70.8.3 ===
--- Zope3/test.py:1.70.8.2	Tue Sep  9 15:22:20 2003
+++ Zope3/test.py	Tue Sep  9 16:32:14 2003
@@ -587,7 +587,8 @@
             r.print_times(sys.stdout, timetests)
     except:
         if debugger:
-            print "%s: %s" % sys.exc_info()[:2]
+            print "%s:" % (sys.exc_info()[0], )
+            print sys.exc_info()[1]
             pdb.post_mortem(sys.exc_info()[2])
         else:
             raise




More information about the Zope3-Checkins mailing list