This is an archive of the discontinued LLVM Phabricator instance.

tests/test_suite: Do not hide commandlines
ClosedPublic

Authored by MatzeB on Apr 27 2016, 1:59 PM.

Details

Summary

Remove the concept of a verbose mode. It was hiding the interesting information of
how cmake and lit were invoked (while we have no problem spamming the user with the full make and lit outputs).

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB updated this revision to Diff 55308.Apr 27 2016, 1:59 PM
MatzeB retitled this revision from to tests/test_suite: Do not hide commandlines.
MatzeB updated this object.
MatzeB added reviewers: cmatthews, kristof.beyls.
MatzeB set the repository for this revision to rL LLVM.
MatzeB added a subscriber: llvm-commits.
cmatthews accepted this revision.Apr 27 2016, 2:09 PM
cmatthews edited edge metadata.

Last time we did this, all the public buildbots died because they were no longer able to parse the output.

I'd rather this is turned on though, and someone fixes the parser if it breaks.

This revision is now accepted and ready to land.Apr 27 2016, 2:09 PM

Last time we did this, all the public buildbots died because they were no longer able to parse the output.

I'd rather this is turned on though, and someone fixes the parser if it breaks.

Are you talking about jenkins plugins processing the output on green dragon?

The issue I’m referring to was on the public buildbots.

This revision was automatically updated to reflect the committed changes.