diff options
author | Jose <jose@zeroc.com> | 2016-03-28 16:15:45 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-03-28 16:15:45 +0200 |
commit | f89980ac5128ab113e15b5aa1df7506b0bcf370c (patch) | |
tree | 1bf52b86ba88896d5a1679666a9cdb0bd7d97a65 /scripts/TestUtil.py | |
parent | Unity fixes (diff) | |
download | ice-f89980ac5128ab113e15b5aa1df7506b0bcf370c.tar.bz2 ice-f89980ac5128ab113e15b5aa1df7506b0bcf370c.tar.xz ice-f89980ac5128ab113e15b5aa1df7506b0bcf370c.zip |
Enabling server network tracing causes browser JavaScript tests to hang
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |