[roll] Roll fuchsia [rbe] Force relative path to avoid PATH search

This doesn't require local execution to have . in its PATH.

Without this might see an reclient error like:

```
E0224 15:44:58.549842 4013643 server.go:318] 40cedb2c-1dc0-4c35-a44a-f9a9bd2a6f27: Execution failed with &{ExitCode:35 Status:LocalErrorResultStatus Err:exec: "spawn_test_target.wrap.sh": executable file not found in $PATH}
```

because the named wrapper is in '.' (not necessarily included in PATH).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/810167
Original-Revision: 114aa9ef33a7f016de309c7f3b6a02b058b73fc2
GitOrigin-RevId: b527955d858cf7b7ccc9745273beaaf26376ce9c
Change-Id: Ie151b89eb83fae26a2a465cd04d593e9dba299ff
1 file changed
tree: 8904df17c5ffd4c02e7f6a15e7fd8e9f5622288d
  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.