[roll] Roll fuchsia [testrunner] Fix nsjail env variable handling

The nsjail wrapper is splitting on `=` and is mutilating environment
variables that include a `=` in the value. Do a strings#Cut instead to
only split on the first `=`, ignore `found` as os.Environ() is
guaranteed to return strings containing the separator.

Original-Bug: 88169
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/851416
Original-Revision: 56b8e08f841dc3486836288af2db7af438968a1b
GitOrigin-RevId: ebeb461ebaa23818363ba444e09daae551a7dce3
Change-Id: I68436a5b4d27a5f0738a298a0cdfaaaced1d69a7
1 file changed
tree: f744e08b56fa7c0eb4b5e66fc53b277ac5c7674f
  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.