I propose removing the -q (quiet) flag and changing the default behavior. Currently the flag serves two purposes that are somewhat contradictory, as illustrated by the difference between the argument name (quiet) and the configuration flag (parsable). On the one hand it reduces output, but on the other hand it prints more output, like the result of individual tests. My proposal is to guard the extra output behind the verbose flag and always print the individual test results.
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project - Commits
- rGb543c168690f: [dotest] Remove -q (quiet) flag.
rL370226: [dotest] Remove -q (quiet) flag.
rLLDB370226: [dotest] Remove -q (quiet) flag.
Diff Detail
Diff Detail
- Repository
- rL LLVM