We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249f074 commit 1b914e1Copy full SHA for 1b914e1
lldb/test/API/commands/command/script_alias/TestCommandScriptAlias.py
@@ -11,7 +11,6 @@ class CommandScriptAliasTestCase(TestBase):
11
NO_DEBUG_INFO_TESTCASE = True
12
13
def test_pycmd(self):
14
- self.runCmd("log enable -f /tmp/gdb.log gdb-remote all")
15
self.runCmd("command script import tcsacmd.py")
16
self.runCmd("command script add -f tcsacmd.some_command_here attach")
17
0 commit comments