[lldb-dev] Running lldb tests?

2015-12-02 Thread Chuck Ries via lldb-dev
I am trying to run the lldb tests with dotest.py but it is failing with chuckr-mac-build:test chuckr$ python ./dotest.py Traceback (most recent call last): File "./dotest.py", line 30, in import progress ImportError: No module named progress It looks like some work was done to move to pytho

Re: [lldb-dev] Running lldb tests?

2015-12-02 Thread Chuck Ries via lldb-dev
5 PM Chuck Ries via lldb-dev mailto:lldb-dev@lists.llvm.org>> wrote: I am trying to run the lldb tests with dotest.py but it is failing with chuckr-mac-build:test chuckr$ python ./dotest.py Traceback (most recent call last): File "./dotest.py", line 30, in import progress Im