[Zope3-checkins] SVN: Zope3/trunk/test.py - switching to os._exit as jim advised me to avoid spurious logging errors

Christian Theune ct at gocept.com
Wed Apr 25 07:26:02 EDT 2007


Log message for revision 74746:
   - switching to os._exit as jim advised me to avoid spurious logging errors
  

Changed:
  U   Zope3/trunk/test.py

-=-
Modified: Zope3/trunk/test.py
===================================================================
--- Zope3/trunk/test.py	2007-04-25 11:05:02 UTC (rev 74745)
+++ Zope3/trunk/test.py	2007-04-25 11:26:02 UTC (rev 74746)
@@ -64,4 +64,4 @@
 # something after the files used by the logger have been closed.
 logging.disable(999999999)
 
-sys.exit(result)
+os._exit(result)



More information about the Zope3-Checkins mailing list