[Lldb-commits] [Diffusion] rL246794: Roll dosep.py parallel test runner into dotest.py command line

via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 4 12:52:22 PDT 2015


On Fri, Sep 04, 2015 at 12:40:12PM -0700, Todd Fiala wrote:
> > Now there is no equivelent to "dosep.py -s", and:
> >    ./dotest.py -v --executable $INSTALLDIR/bin/lldb
> 
> All of dosep's args moved over to dotest.  I think if you wanted dosep.py
> -s behavior, you only need to use --output-on-success (long form of what
> used to be -s in dosep I believe).  The reason I couldn't maintain it as -s
> is that dotest.py already had a -s abbreviation (for session dir
> specification).

Thanks!  I'll give --output-on-success a try...


More information about the lldb-commits mailing list