commit | 36a13cb59f1c86d9001869037578c75eefb78c3a | [log] [tgz] |
---|---|---|
author | Nathan Mulcahey <nmulcahey@fuchsia.infra.roller.google.com> | Wed May 03 17:22:28 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 03 10:23:27 2023 -0700 |
tree | f744e08b56fa7c0eb4b5e66fc53b277ac5c7674f | |
parent | 8d80dae6776ffe733d550b506326a3e9cefff08c [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.