Fix ImportError in lldb-mi tests on Linux
authorIlia K <ki.stfu@gmail.com>
Wed, 25 Feb 2015 06:21:35 +0000 (06:21 +0000)
committerIlia K <ki.stfu@gmail.com>
Wed, 25 Feb 2015 06:21:35 +0000 (06:21 +0000)
commit8e4f69ba5427826aeb5faa53d587845ecd10c9bf
tree9832c1bf17f80337fa3c2c52307cca06c35e0075
parent9793956644863d9b26f1fcfa994f902460a99f47
Fix ImportError in lldb-mi tests on Linux

Summary:
This patch fixes the following error:
```
 File "/home/llvmbb/llvm-build-dir/lldb-x86_64-clang-ubuntu-14.04/llvm/tools/lldb/test/tools/lldb-mi/signal/TestMiSignal.py", line 5, in <module>
    import lldbmi_testcase
ImportError: No module named lldbmi_testcase
```

Reviewers: vharron, abidh, clayborg

Reviewed By: abidh, clayborg

Subscribers: lldb-commits, vharron, clayborg, abidh

Differential Revision: http://reviews.llvm.org/D7857

llvm-svn: 230466
lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py
lldb/test/tools/lldb-mi/control/TestMiExec.py
lldb/test/tools/lldb-mi/data/TestMiData.py
lldb/test/tools/lldb-mi/signal/TestMiSignal.py
lldb/test/tools/lldb-mi/stack/TestMiStack.py
lldb/test/tools/lldb-mi/symbol/TestMiSymbol.py
lldb/test/tools/lldb-mi/variable/TestMiVar.py