[Lldb-commits] [PATCH] Fix ImportError in lldb-mi tests on Linux
Ilia K
ki.stfu at gmail.com
Tue Feb 24 03:31:01 PST 2015
Hi abidh, clayborg, vharron,
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
```
http://reviews.llvm.org/D7857
Files:
test/tools/lldb-mi/breakpoint/TestMiBreak.py
test/tools/lldb-mi/control/TestMiExec.py
test/tools/lldb-mi/data/TestMiData.py
test/tools/lldb-mi/signal/TestMiSignal.py
test/tools/lldb-mi/stack/TestMiStack.py
test/tools/lldb-mi/symbol/TestMiSymbol.py
test/tools/lldb-mi/variable/TestMiVar.py
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7857.20589.patch
Type: text/x-patch
Size: 3335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150224/61cad2cf/attachment.bin>
More information about the lldb-commits
mailing list