[roll] Roll fuchsia [sestarnix] Fix direct execution of run_on_linux.py

Test discovery works by enumerating the test binaries.
Direct execution of `run_on_linux.py` tries to be helpful
and rebuilds the tests before running them.

Unfortunately, the test discovery step occurred before the
building step, so the first time `run_on_linux.py` was
ran no tests were discovered.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1575296
Original-Revision: 30ec5f992257d1fb2a646e100c18b16eb7108aee
GitOrigin-RevId: 25a82c3d166c80457a5be8a21734702b51629c20
Change-Id: I191918903677d67b1fa1ea9644cb07823e8b60f4
1 file changed
tree: 7c883c1132db09415bfb826ca4795164ef87d608
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.