From e8519b5034be706ba49e59587d59db44481a748c Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 9 Jun 2015 22:50:04 +0200 Subject: Set Ice.CollectObjects=1 for C++ tests --- scripts/TestUtil.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/TestUtil.py') 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. -- cgit v1.2.3