[Zope3-checkins] SVN: Zope3/trunk/test.py Added missing sys.exit
call to "return" the result.
Jim Fulton
jim at zope.com
Sun Nov 27 16:11:10 EST 2005
Log message for revision 40383:
Added missing sys.exit call to "return" the result.
Changed:
U Zope3/trunk/test.py
-=-
Modified: Zope3/trunk/test.py
===================================================================
--- Zope3/trunk/test.py 2005-11-27 17:15:04 UTC (rev 40382)
+++ Zope3/trunk/test.py 2005-11-27 21:11:10 UTC (rev 40383)
@@ -63,3 +63,5 @@
# Avoid spurious error during exit. Some thing is trying to log
# something after the files used by the logger have been closed.
logging.disable(999999999)
+
+sys.exit(result)
More information about the Zope3-Checkins
mailing list