[Erp5-report] r35871 jm -	/erp5/trunk/products/ERP5Type/tests/runUnitTest.py
    nobody at svn.erp5.org 
    nobody at svn.erp5.org
       
    Tue Jun  1 19:31:00 CEST 2010
    
    
  
Author: jm
Date: Tue Jun  1 19:30:59 2010
New Revision: 35871
URL: http://svn.erp5.org?rev=35871&view=rev
Log:
runUnitTest: ignore -D option when exiting
Modified:
    erp5/trunk/products/ERP5Type/tests/runUnitTest.py
Modified: erp5/trunk/products/ERP5Type/tests/runUnitTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/runUnitTest.py?rev=35871&r1=35870&r2=35871&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] Tue Jun  1 19:30:59 2010
@@ -316,6 +316,9 @@
     self.result = result
 
   def _start_debugger(self, tb):
+    import Lifetime
+    if Lifetime._shutdown_phase:
+      return
     try:
       # try ipython if available
       import IPython
    
    
More information about the Erp5-report
mailing list