diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-10-16 16:59:33 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-10-16 16:59:33 +0200 |
commit | eb2acd1a7500ae37af137587a64edef9c3034f5f (patch) | |
tree | 549285eef45bc8f0d6b7a692e40f4304deaeece4 /scripts/TestUtil.py | |
parent | Fixed Ice/metrics failures with .NET CF (diff) | |
download | ice-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-x | scripts/TestUtil.py | 2 |
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: |