diff options
author | Jose <jose@zeroc.com> | 2015-06-09 22:50:04 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-06-09 22:50:04 +0200 |
commit | e8519b5034be706ba49e59587d59db44481a748c (patch) | |
tree | 34d7227c0d0b67f90dfed491b8112ce6fea6f0d1 /scripts | |
parent | ICE-6473 Fix a memory leak in IceSSL (diff) | |
download | ice-e8519b5034be706ba49e59587d59db44481a748c.tar.bz2 ice-e8519b5034be706ba49e59587d59db44481a748c.tar.xz ice-e8519b5034be706ba49e59587d59db44481a748c.zip |
Set Ice.CollectObjects=1 for C++ tests
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/TestUtil.py | 3 |
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. |