summaryrefslogtreecommitdiffstats
path: root/lldb/test/plugins/builder_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/plugins/builder_base.py')
-rw-r--r--lldb/test/plugins/builder_base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/plugins/builder_base.py b/lldb/test/plugins/builder_base.py
index 697ffa47b5a..78fc2f0b036 100644
--- a/lldb/test/plugins/builder_base.py
+++ b/lldb/test/plugins/builder_base.py
@@ -101,6 +101,8 @@ def buildDwarf(sender=None, architecture=None, compiler=None, dictionary=None, c
def cleanup(sender=None, dictionary=None):
"""Perform a platform-specific cleanup after the test."""
+ #import traceback
+ #traceback.print_stack()
if os.path.isfile("Makefile"):
lldbtest.system(["/bin/sh", "-c", "make clean"+getCmdLine(dictionary)],
sender=sender)
OpenPOWER on IntegriCloud