[Lldb-commits] [PATCH] D20193: test infra: catch bad decorators and import-time errors
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Fri May 13 12:52:18 PDT 2016
tfiala added a comment.
In http://reviews.llvm.org/D20193#429903, @zturner wrote:
> It can't find six, I guess because it's trying to run a script directly
> rather than loading it as part of a package, so it never runs `import
> use_lldb_suite`.
Ah of course. And this runs on OS X because six is part of the default Python site installation.
So an 'import use_lldb_suite' at the top of the event_collector file fixes it for you?
http://reviews.llvm.org/D20193
More information about the lldb-commits
mailing list