From f89980ac5128ab113e15b5aa1df7506b0bcf370c Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 28 Mar 2016 16:15:45 +0200 Subject: Enabling server network tracing causes browser JavaScript tests to hang --- scripts/TestUtil.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/TestUtil.py') diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 7f7ad138c83..1084a024b32 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1028,6 +1028,7 @@ def getCommandLineProperties(exe, config): # Turn on network tracing. # #components.append("--Ice.Trace.Network=3") + #components.append("--Ice.Trace.Protocol=1") # # Now we add additional components dependent on the desired -- cgit v1.2.3