[roll] Roll fuchsia [fxtest] Make the command quieter

Responding to user feedback that the command is very verbose, this CL
does the following:
- Shorten startup lines.
- Remove useless "task" info output.
- Add TODOs for removing log path lines
- Expand -q/--quiet to be super quiet, but still have a consistent
  experience regardless of --status/--no-status.

Future work involves ensuring that most of the output you can get
in the verbose "instructional" messages is available as part of the
new -pr/--previous option's output. For example, instead of printing
underlying `ffx test` invocations and cluttering the terminal, we will
have something like `-pr test-commands` which will print out the commands
that were executed.

Original-Bug: 326214131
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1041192
Original-Revision: ee9a27eac15c19e65e8644abc0c3df0fb5be5a82
GitOrigin-RevId: cab21fb94594c7488f84e3594339045a24a79290
Change-Id: Ifd57d1e22f8f4318d8ac3980d5a787253f74da63
1 file changed
tree: acf71139c01a8852ea7c03b12c06429ce2fff7a0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.