Commit 7d492e86 authored by Julien Muchembled's avatar Julien Muchembled

runUnitTest: ignore -D option when exiting

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35871 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fca89e0a
......@@ -316,6 +316,9 @@ class DebugTestResult:
self.result = result
def _start_debugger(self, tb):
import Lifetime
if Lifetime._shutdown_phase:
return
try:
# try ipython if available
import IPython
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment