[Lldb-commits] [lldb] r201422 - Adjust logging test case after r201372
Ed Maste
emaste at freebsd.org
Fri Feb 14 08:06:36 PST 2014
Author: emaste
Date: Fri Feb 14 10:06:35 2014
New Revision: 201422
URL: http://llvm.org/viewvc/llvm-project?rev=201422&view=rev
Log:
Adjust logging test case after r201372
The final "HandleCommand, command succeeded" for "log disable lldb"
doesn't make it to the log file before the command takes effect.
Modified:
lldb/trunk/test/logging/TestLogging.py
Modified: lldb/trunk/test/logging/TestLogging.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/logging/TestLogging.py?rev=201422&r1=201421&r2=201422&view=diff
==============================================================================
--- lldb/trunk/test/logging/TestLogging.py (original)
+++ lldb/trunk/test/logging/TestLogging.py Fri Feb 14 10:06:35 2014
@@ -69,7 +69,6 @@ class LogTestCase(TestBase):
"HandleCommand, revised_command_line: 'log disable lldb'\n",
"HandleCommand, wants_raw_input:'False'\n",
"HandleCommand, command line after removing command name(s): 'lldb'\n",
- "HandleCommand, command succeeded\n"
]
self.runCmd("log disable lldb")
More information about the lldb-commits
mailing list