[roll] Roll fuchsia [testrunner] Fix profile merging when no debuginfod servers are set.

If the env var where we provide the debuginfod server URL is empty,
strings.Split() returns a list of one element which is the empty string.
So the covargs merge function was treating that as a nonempty debuginfod
server and trying to use debuginfod to merge and then failing.

Original-Bug: 394129919
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1198663
Original-Revision: 5d8c2ef849c92894ee6b5db55c0012640b8eac65
GitOrigin-RevId: 99ac83df2b2827eb2bb587ed0cb3fb860499d99f
Change-Id: I50b7393d127cbdf412ed5af281ac08b5432f5631
1 file changed
tree: f1aed1b51fa818b198bf2252e9e192dda419c485
  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.