Allow dosep.py to print dotest.py output on success.
authorZachary Turner <zturner@google.com>
Mon, 10 Aug 2015 17:46:11 +0000 (17:46 +0000)
committerZachary Turner <zturner@google.com>
Mon, 10 Aug 2015 17:46:11 +0000 (17:46 +0000)
commit38e64175dbbcf1365f085cea7e8d585162b44d9e
treec688108bf803c38f887bcccc23304c12a7a020d0
parent241a890bd7c10306a0a8751620e293f3e0c0de11
Allow dosep.py to print dotest.py output on success.

Previously all test output was reported by each individual
instance of dotest.py.  After a recent patch, dosep gets dotest
outptu via a pipe, and selectively decides which output to
print.

This breaks certain scripts which rely on having full output
of each dotest instance to do various parsing and/or log-scraping.

While we make no promises about the format of dotest output, it's
easy to restore this to the old behavior for now, although it is
behind a flag.  To re-enable full output, run dosep.py with the -s
option.

Differential Revision: http://reviews.llvm.org/D11816
Reviewed By: Chaoren Lin

llvm-svn: 244469
lldb/test/dosep.py