This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL370226: [dotest] Remove -q (quiet) flag. (authored by
JDevlieghere, committed by ).
Herald added a project: LLVM.
Herald a
davide added a comment.
LGTM
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66837/new/
https://reviews.llvm.org/D66837
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman
JDevlieghere created this revision.
JDevlieghere added a reviewer: LLDB.
Herald added a subscriber: teemperor.
Herald added a project: LLDB.
I propose removing the `-q` (quiet) flag and changing the default behavior.
Currently the flag serves two purposes that are somewhat contradictory, as
illu