summaryrefslogtreecommitdiffstats
path: root/lldb/test/command_regex/TestCommandRegex.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-04-20 22:01:48 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-04-20 22:01:48 +0000
commitb21a1b0a4be3241cf5d2ffe944c906d0179b5854 (patch)
tree21bf8f02eecbc1d9c56380e13a33b14ed4c826f9 /lldb/test/command_regex/TestCommandRegex.py
parentcd8cf861d7f2f608cf6c47961ed94e34d4777796 (diff)
downloadbcm5719-llvm-b21a1b0a4be3241cf5d2ffe944c906d0179b5854.tar.gz
bcm5719-llvm-b21a1b0a4be3241cf5d2ffe944c906d0179b5854.zip
Use self.TraceOn() API.
llvm-svn: 129880
Diffstat (limited to 'lldb/test/command_regex/TestCommandRegex.py')
-rw-r--r--lldb/test/command_regex/TestCommandRegex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/command_regex/TestCommandRegex.py b/lldb/test/command_regex/TestCommandRegex.py
index 0ac62aad8c5..716ff95fc26 100644
--- a/lldb/test/command_regex/TestCommandRegex.py
+++ b/lldb/test/command_regex/TestCommandRegex.py
@@ -20,7 +20,7 @@ class CommandRegexTestCase(TestBase):
child = pexpect.spawn('%s' % self.lldbExec)
# Turn on logging for what the child sends back.
- if traceAlways:
+ if self.TraceOn():
child.logfile_read = sys.stdout
# Set the breakpoint, followed by the target stop-hook commands.
OpenPOWER on IntegriCloud