Commit d792ca6b authored by Julien Muchembled's avatar Julien Muchembled

tests: fix "signal only works in main thread" errors

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2676 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 85e6c8c0
......@@ -46,6 +46,8 @@ ADDRESS_TYPE = socket.AF_INET
live_debug.ENABLED = True
live_debug.register()
# prevent "signal only works in main thread" errors in subprocesses
live_debug.ENABLED = False
def buildUrlFromString(address):
try:
......
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