[Lldb-commits] [Diffusion] rL246794: Roll dosep.py parallel test runner into dotest.py command line
Dawn Perchik via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 4 13:37:16 PDT 2015
dawn accepted this commit.
dawn added a comment.
Apparently now you must use:
./dotest.py --output-on-success -v --executable $INSTALLDIR/bin/lldb
to see the same detailed output as you used to see with:
./dosep.py -s --options "-v --executable $INSTALLDIR/bin/lldb"
or:
./dotest.py -v --executable $INSTALLDIR/bin/lldb
So no info is lost, just have to add the extra option --output-on-success.
Users:
tfiala (Author)
dawn (Auditor)
http://reviews.llvm.org/rL246794
More information about the lldb-commits
mailing list