Make TestCommandScript.py NO_DEBUG_INFO_TESTCASE
authorPavel Labath <labath@google.com>
Tue, 19 Jun 2018 15:07:22 +0000 (15:07 +0000)
committerPavel Labath <labath@google.com>
Tue, 19 Jun 2018 15:07:22 +0000 (15:07 +0000)
llvm-svn: 335051

lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py

index 8ce6018..103189e 100644 (file)
@@ -15,6 +15,7 @@ from lldbsuite.test.lldbtest import *
 class CmdPythonTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
+    NO_DEBUG_INFO_TESTCASE = True
 
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr32343")
     def test(self):