lit: print process output, if getting the list of google-tests failed.
authorIvan Krasin <krasin@chromium.org>
Fri, 2 Sep 2016 22:31:24 +0000 (22:31 +0000)
committerIvan Krasin <krasin@chromium.org>
Fri, 2 Sep 2016 22:31:24 +0000 (22:31 +0000)
commit92bbf96c970587d3847655552f1d998c53873634
tree291593ac355586e5c247050064a5272950accb2b
parent83849415dea6e6fd21cf8c2dbc402c119725805c
lit: print process output, if getting the list of google-tests failed.

Summary:
This is a follow up to r280455, where a check for the process exit code
was introduced. Some ASAN bots throw this error now, but it's impossible
to understand what's wrong with them, and the issue is not reproducible.

Reviewers: vitalybuka

Differential Revision: https://reviews.llvm.org/D24210

llvm-svn: 280550
llvm/utils/lit/lit/formats/googletest.py
llvm/utils/lit/lit/util.py