summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-06-20 22:57:43 +0200
committerJose <jose@zeroc.com>2017-06-20 22:57:43 +0200
commit325a6202344458181e195e96b06dae0639a549b0 (patch)
tree29be5a5ff496f4614eed1843a1e13afe3064735f /scripts/Util.py
parentRemove trailing whitespace (diff)
downloadice-325a6202344458181e195e96b06dae0639a549b0.tar.bz2
ice-325a6202344458181e195e96b06dae0639a549b0.tar.xz
ice-325a6202344458181e195e96b06dae0639a549b0.zip
Enable StackTraces for C++ release builds in test Util.py
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index 7c6bea5c49a..863c9bbe5cf 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -2674,6 +2674,7 @@ class CppMapping(Mapping):
props = Mapping.getProps(self, process, current)
if isinstance(process, IceProcess):
props["Ice.NullHandleAbort"] = True
+ props["Ice.PrintStackTraces"] = "1"
return props
def getSSLProps(self, process, current):