[Lldb-commits] [PATCH] D11816: Allow dosep.py to print full output of dotest.py, even when dotest succeeds.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 6 13:40:55 PDT 2015
zturner added a comment.
I want to make it clear again though that we do not support relying on the output of dotest.py when running dosep. The patch which originally broke this made it possible to collect detailed information about the tests that were run from within dosep. If you want to process the results of the test suite with some kind of scraping utility,, the proper way to do this is to have `dosep.py` do the aggregation and print it in a summary section of dosep.
http://reviews.llvm.org/D11816
More information about the lldb-commits
mailing list