summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-06-09 22:50:04 +0200
committerJose <jose@zeroc.com>2015-06-09 22:50:04 +0200
commite8519b5034be706ba49e59587d59db44481a748c (patch)
tree34d7227c0d0b67f90dfed491b8112ce6fea6f0d1 /scripts
parentICE-6473 Fix a memory leak in IceSSL (diff)
downloadice-e8519b5034be706ba49e59587d59db44481a748c.tar.bz2
ice-e8519b5034be706ba49e59587d59db44481a748c.tar.xz
ice-e8519b5034be706ba49e59587d59db44481a748c.zip
Set Ice.CollectObjects=1 for C++ tests
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/TestUtil.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 0ef7081126c..3eed4b61e5c 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1006,6 +1006,9 @@ def getCommandLineProperties(exe, config):
# all test drivers.
#
components = ["--Ice.NullHandleAbort=1", "--Ice.Warn.Connections=1"]
+
+ if config.lang == "cpp":
+ components.append("--Ice.CollectObjects=1")
#
# Turn on network tracing.