[roll] Roll fuchsia [compat] Reduce unnecessary fuchsia.boot.Arguments calls

The compat driver checks to see if the driver.tests.enable flag
is set to see if it should run unit tests.  However, that does
not need to be done if the driver does not define the unit test
hook.

This checks the unit test hook before trying to connect to
fuchsia.boot.Arguments, so fewer things will complain about
the capability missing.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1239027
Original-Revision: b13060b837b7a86f12d94bd8a4b0cf4b280de996
GitOrigin-RevId: 617e5bf8d60e5e38af0bb5d7a39c28a3615504a7
Change-Id: Ifb0772d4e6b73fd8b22c831863c4c2f63868aef4
1 file changed
tree: 84343b9d8d16fedb8a54859b3376741b58e2831d
  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 in one of the communication channels documented at get involved.

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.