diff options
-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. |