[roll] Roll fuchsia [seriallistener] Write emulator output from seriallistener.

Since botanist already writes emulator serial output to stdout,
seriallistener discarded the serial output it would read so that we
didn't output the serial logs twice. This CL temporarily disables
writing to stdout from botanist and lets seriallistener write the serial
output to stdout instead. This will make it clearer when the boot test
fails to run because it won't show the serial output unless
seriallistener was able to read it. Also, it should help determine
whether the flakes are due to a race between the two processes trying to
write to stdout or not.

Original-Bug: 135386
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/943941
Original-Revision: 4b1d05b4d1aec2e12152b6bacb35fcbd3a8b2540
GitOrigin-RevId: 8f2a2a30ab50136ce4b635ae65914b8501107f56
Change-Id: Ifbc5edee38c31309f9a9afff9b5801cb88547869
1 file changed
tree: f8e2ff5f9b24f6af816359ace81ae35ee93bddc8
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.