summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-10-16 16:59:33 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-10-16 16:59:33 +0200
commiteb2acd1a7500ae37af137587a64edef9c3034f5f (patch)
tree549285eef45bc8f0d6b7a692e40f4304deaeece4 /scripts/TestUtil.py
parentFixed Ice/metrics failures with .NET CF (diff)
downloadice-eb2acd1a7500ae37af137587a64edef9c3034f5f.tar.bz2
ice-eb2acd1a7500ae37af137587a64edef9c3034f5f.tar.xz
ice-eb2acd1a7500ae37af137587a64edef9c3034f5f.zip
Minor fixes, added IceBox MetricsAdmin facet test
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index a8cc3fb6e9c..07d379be2a5 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -895,7 +895,7 @@ def getCommandLineProperties(exe, config):
components.append("--Ice.Admin.InstanceName=Client")
components.append("--IceMX.Metrics.Debug.GroupBy=id")
- components.append("--IceMX.Metrics.Debug.GroupBy=parent")
+ components.append("--IceMX.Metrics.Parent.GroupBy=parent")
components.append("--IceMX.Metrics.All.GroupBy=none")
if config.ipv6: