Skip to content

Commit

Permalink
[fuchsia] Fix some typos in code blocks. (flutter#35946)
Browse files Browse the repository at this point in the history
The $s get copied by Github's copy commands, so I removed them.
But then I also forgot some $s on environment variables.
  • Loading branch information
akbiggs authored Sep 6, 2022
1 parent 81f0924 commit 7db0a37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions shell/platform/fuchsia/flutter/tests/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ To run the Flutter runner integration tests locally,
first start a Fuchsia package server:

```shell
$ cd "$FUCHSIA_DIR"
$ fx serve
cd "$FUCHSIA_DIR"
fx serve
```

Then run the integration test:

```shell
$ ENGINE_DIR/flutter/tools/fuchsia/devshell/run_integration_test.sh <integration_test_folder_name> --no-lto
$ENGINE_DIR/flutter/tools/fuchsia/devshell/run_integration_test.sh <integration_test_folder_name> --no-lto
```

For example, to run the `embedder` integration test:

```shell
$ ENGINE_DIR/flutter/tools/fuchsia/devshell/run_integration_test.sh embedder --no-lto
$ENGINE_DIR/flutter/tools/fuchsia/devshell/run_integration_test.sh embedder --no-lto
```

Command-line options:
Expand All @@ -43,5 +43,5 @@ once, you don't need to build Fuchsia or start the emulator anymore, and can pas
`--skip-fuchsia-build` and `--skip-fuchsia-emu` to skip those steps.

```shell
$ ENGINE_DIR/flutter/tools/fuchsia/devshell/run_integration_test.sh embedder --no-lto --skip-fuchsia-build --skip-fuchsia-emu
$ENGINE_DIR/flutter/tools/fuchsia/devshell/run_integration_test.sh embedder --no-lto --skip-fuchsia-build --skip-fuchsia-emu
```

0 comments on commit 7db0a37

Please sign in to comment.