Commit 48e89ba6 authored by Jérome Perrin's avatar Jérome Perrin

erp5/crash_test: add a breakpoint at the end of test

to take a look before everything is destroyed automatically
parent 1f73d1a9
......@@ -128,3 +128,4 @@ class ERP5MariadbCrashTestCase(SlapOSInstanceTestCase):
except Exception:
import pdb; pdb.post_mortem()
raise
import pdb; pdb.set_trace()
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