[roll] Roll fuchsia [bazel_sdk] bazel_test.py: Better command strings.

Improve the output of the command string printed in case
of errors when bazel_test.py is invoked, i.e.:

- Add trailing backslashes to each line holding command
  arguments to make copy-and-paste work inside terminals.

- Pass the environment and current directory values
  when calling _generate_command_string(). Without that, the
  printed command didn't reflect what was really run.

This does not change anything when there is no error though.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1043113
Original-Revision: f21546f719b6ee35bd27984ea8839e3e5ab2f2fb
GitOrigin-RevId: 3b9f86046e91f509b046b621cad1fdc6bfb62eb0
Change-Id: Id388e65f0821c1a4f7eff2a68d6e26d842aafe3c
1 file changed
tree: 52eb87ee0fd134c4ba7912aac945f11d214b675c
  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 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.