about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-11-11 00:03:52 +0000
committerbors <bors@rust-lang.org>2023-11-11 00:03:52 +0000
commit6f308b871340bfb6ace25455495c5d57873c12ce (patch)
treea1f11f0941df6f3d44606f98261f6261a1663da9 /src/doc
parentedf0b1db0a7f29d71ee82cfc53bdc170fe74e501 (diff)
parentd7fd2dec7c950a00fe595a21ab11c684affefc74 (diff)
downloadrust-6f308b871340bfb6ace25455495c5d57873c12ce.tar.gz
rust-6f308b871340bfb6ace25455495c5d57873c12ce.zip
Auto merge of #117799 - erickt:fuchsia, r=tmandry
Switch `fuchsia-test-runner.py` to `ffx product`

The subcommand `ffx product-bundle` has been removed, and replaced with the subcommand `ffx product`. This changes `fuchsia-test-runner.py` to use it to download the SDK and product bundle for the latest release of Fuchsia.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc/src/platform-support/fuchsia.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/fuchsia.md b/src/doc/rustc/src/platform-support/fuchsia.md
index f7cce35b123..34ab3cdaf25 100644
--- a/src/doc/rustc/src/platform-support/fuchsia.md
+++ b/src/doc/rustc/src/platform-support/fuchsia.md
@@ -692,10 +692,12 @@ Fuchsia's test runner interacts with the Fuchsia emulator and is located at
 test environment with:
 
 ```sh
-src/ci/docker/scripts/fuchsia-test-runner.py start                            \
+( \
+    src/ci/docker/scripts/fuchsia-test-runner.py start                        \
     --rust-build ${RUST_SRC_PATH}/build                                       \
     --sdk ${SDK_PATH}                                                         \
     --target {x86_64-unknown-fuchsia|aarch64-unknown-fuchsia}                 \
+)
 ```
 
 Where `${RUST_SRC_PATH}/build` is the `build-dir` set in `config.toml` and